From f926cbe74c4eea878d6347841320e41c33caca88 Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Tue, 6 Sep 2005 08:51:46 +0000 Subject: [PATCH] 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 --- doc/ffmpeg-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: