summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2014-08-19 15:16:20 -0800
committerLou Logan <lou@lrcd.com>2014-08-20 10:44:22 -0800
commitd2163f5e2836090dc7827f43bef921dbe364ec8f (patch)
tree9cc9034894fa5ce56e26121c0b13b57066d084c4 /doc/ffmpeg.texi
parenta5cbff22b203144c973644bd03422af990acf41a (diff)
doc/ffmpeg: fix metadata language example
Signed-off-by: Lou Logan <lou@lrcd.com>
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 23ef668328..69ffa878fb 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -339,7 +339,7 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
To set the language of the first audio stream:
@example
-ffmpeg -i INPUT -metadata:s:a:1 language=eng OUTPUT
+ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT
@end example
@item -target @var{type} (@emph{output})