diff options
author | Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | 2010-03-05 08:34:31 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2010-03-05 08:34:31 +0000 |
commit | 8eafa0b4882982ada4a3d79a37a683e79c677718 (patch) | |
tree | 4ab26cbd2bd4d9d158c627656ddddff650727891 /doc | |
parent | 601949b898946c9c2e607b81aa63ab1307246386 (diff) | |
download | ffmpeg-8eafa0b4882982ada4a3d79a37a683e79c677718.tar.gz |
Update SW scaler doc after libswscale commit 30841.
Patch by Janusz Krzysztofik jkrzyszt, tis icnet pl.
Originally committed as revision 22221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/swscale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/swscale.txt b/doc/swscale.txt index 98541f13e5..4c62e67321 100644 --- a/doc/swscale.txt +++ b/doc/swscale.txt @@ -30,7 +30,7 @@ slices, that is, consecutive non-overlapping rectangles of dimension special converter These generally are unscaled converters of common - formats, like YUV 4:2:0/4:2:2 -> RGB15/16/24/32. Though it could also + formats, like YUV 4:2:0/4:2:2 -> RGB12/15/16/24/32. Though it could also in principle contain scalers optimized for specific common cases. Main path |