diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-28 20:25:08 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-28 20:25:08 +0000 |
commit | 5227bd63a699a55955f7eb0126ccd03f29a4d33f (patch) | |
tree | c6051bf46d201f609af586bbba3e15c4e49b0b7f /doc/ffmpeg-doc.texi | |
parent | a3a55b7848ed9eda1b1ef4577712d9df5efe6c4c (diff) | |
download | ffmpeg-5227bd63a699a55955f7eb0126ccd03f29a4d33f.tar.gz |
Fix braino.
Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 182b2146bf..35148e7f06 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -286,7 +286,7 @@ streams are delayed by 'offset' seconds. Set the timestamp. @item -metadata @var{key}=@var{value} -Set a metadata key/par value. +Set a metadata key/value pair. @example ffmpeg -i in.avi -metadata title="my title" |