diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2005-09-06 08:51:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-09-06 08:51:46 +0000 |
commit | f926cbe74c4eea878d6347841320e41c33caca88 (patch) | |
tree | 12dbabe18c28f50211e4ec73bf0bbbee42ec4826 | |
parent | fbd312fd911bd16b8cec0825542f395f711bb722 (diff) | |
download | ffmpeg-f926cbe74c4eea878d6347841320e41c33caca88.tar.gz |
Remove stray non-existent -o option from an example.
patch by Michel Bardiaux < mbardiaux -- at -- mediaxim -- dot -- be >
Originally committed as revision 4562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 5bc8649ac5..ba4a48752c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -75,7 +75,7 @@ horizontal resolution. * You can output to a raw YUV420P file: @example -ffmpeg -i mydivx.avi -o hugefile.yuv +ffmpeg -i mydivx.avi hugefile.yuv @end example * You can set several input files and output files: |