summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-14 01:00:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-14 01:00:49 +0200
commit082d52354f77a8cc5423a879ce9123dc3d7055cd (patch)
treeecda00620aad9c83e3ebd47b218ad0875ffe04c3 /doc/ffmpeg.texi
parentb8e4c11d93326cd86278d012c28e54dca0a06cef (diff)
downloadffmpeg-082d52354f77a8cc5423a879ce9123dc3d7055cd.tar.gz
doc: fix toolname
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 158f4ed6cc..23ef668328 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
To pick the English audio stream:
@example
-avconv -i INPUT -map 0:m:language:eng OUTPUT
+ffmpeg -i INPUT -map 0:m:language:eng OUTPUT
@end example
Note that using this option disables the default mappings for this output file.