diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-18 00:24:26 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-18 00:24:26 +0000 |
commit | 35a3bd844ec4865891a98944c4da0d9d2f8cc5ad (patch) | |
tree | 1b91a88e2c332ba9356f327bc9e4623b8391583c | |
parent | fd7cbc7f9c385dee88548862f87d4f6cf76aa0a9 (diff) | |
download | ffmpeg-35a3bd844ec4865891a98944c4da0d9d2f8cc5ad.tar.gz |
It is difficult nowadays to compile without swscale support.
Originally committed as revision 22592 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 2a5313c23d..4a5f8d0bd9 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -459,7 +459,7 @@ Set the ISO 639 language code (3 letters) of the current video stream. Set pixel format. Use 'list' as parameter to show all the supported pixel formats. @item -sws_flags @var{flags} -Set SwScaler flags (only available when compiled with swscale support). +Set SwScaler flags. @item -g @var{gop_size} Set the group of pictures size. @item -intra |