diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-10-27 10:24:14 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-10-27 10:24:14 +0000 |
commit | b11b72a65f213055e6340d00aaed62a8a8821206 (patch) | |
tree | 766113f2e09b2dbd8246e748b3e9e3f6127afc25 /doc/ffmpeg-doc.texi | |
parent | c8dcb9dee1c5f337dc97f805eb868207064252e9 (diff) | |
download | ffmpeg-b11b72a65f213055e6340d00aaed62a8a8821206.tar.gz |
ffmpeg.c manual: clarify map_meta_data usage.
Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 21a9a662dd..bf5bdf4df4 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -587,7 +587,8 @@ Just enumerate the input streams in the order you want them in the output. @var{sync_stream_id} if specified sets the input stream to sync against. @item -map_meta_data @var{outfile}:@var{infile} -Set meta data information of @var{outfile} from @var{infile}. +Set meta data information of @var{outfile} from @var{infile}. Note that those +are file indices (zero-based), not filenames. @item -debug Print specific debug info. @item -benchmark |