diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:34:11 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:35:57 +0100 |
commit | 4fa6e9d0b40653010b35278f7e8b556958341205 (patch) | |
tree | be8b3b1550b89f07d14a30dd82382e9ee2c9df0b | |
parent | 9466237b8b0c491e3d81f96d0fe88db553dfe1dd (diff) | |
download | ffmpeg-4fa6e9d0b40653010b35278f7e8b556958341205.tar.gz |
doc: replace an "avconv" reference with "ffmpeg" in indevs.
-rw-r--r-- | doc/indevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 90ae29c69e..f0337ba244 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -418,7 +418,7 @@ To list the pulse source devices and their properties you can invoke the command @file{pactl list sources}. @example -avconv -f pulse -i default /tmp/pulse.wav +ffmpeg -f pulse -i default /tmp/pulse.wav @end example @subsection @var{server} AVOption |