Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-02-28 11:57:10 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-02-28 11:57:10 +0400
commita791b62f5f8df30c1ed3235468a8e1e5d0a46095 (patch)
tree2a1431cf49fc1a5e645e30abba45eb128ba29409 /doc
parente54a1bdc210efe473d2df2f3c8149baa59499a88 (diff)
Improve dump_attachment documentation.
Fixes ticket #2299
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 77dba53da0..75631079f1 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -411,11 +411,11 @@ will be used.
E.g. to extract the first attachment to a file named 'out.ttf':
@example
-ffmpeg -dump_attachment:t:0 out.ttf INPUT
+ffmpeg -dump_attachment:t:0 out.ttf -i INPUT
@end example
To extract all attachments to files determined by the @code{filename} tag:
@example
-ffmpeg -dump_attachment:t "" INPUT
+ffmpeg -dump_attachment:t "" -i INPUT
@end example
Technical note -- attachments are implemented as codec extradata, so this