diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-10 22:48:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-10 22:48:16 +0000 |
commit | 9fe84b538544e5991a7d9a93b5c0cf7cba309468 (patch) | |
tree | 632e1ec75c153908cd1bc629b962cedcb830b5e0 /doc/ffmpeg-doc.texi | |
parent | 024da4b1460038812ce6bd598f746a7f60831354 (diff) | |
download | ffmpeg-9fe84b538544e5991a7d9a93b5c0cf7cba309468.tar.gz |
Remove nonexistent option -hq from the documentation.
patch by Panagiotis Issaris, takis.issaris uhasselt be
Originally committed as revision 6229 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, 0 insertions, 3 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 1f7e59925e..aae4dbff2c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -212,9 +212,6 @@ they do not conflict with the standard, as in: ffmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg @end example -@item -hq -Activate high quality settings. - @item -itsoffset offset Set the input time offset in seconds. @code{[-]hh:mm:ss[.xxx]} syntax is also supported. |