diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-09-14 17:30:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-09-14 17:30:05 +0000 |
commit | 1a7f150c9a278f6b9cc8b225c002acd085e5543f (patch) | |
tree | aee153543cff98f43b621698e5b6bd76f109f342 | |
parent | 5165651cf98f06461d34d34ebdb7eabf53fbf452 (diff) | |
download | ffmpeg-1a7f150c9a278f6b9cc8b225c002acd085e5543f.tar.gz |
Add , to clarify sentence.
Originally committed as revision 15323 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 cca60fdabc..8b95477835 100644 --- a/doc/swscale.txt +++ b/doc/swscale.txt @@ -94,7 +94,7 @@ little headroom for convolutional filters like sharpening filters and minimizing SIMD instructions needed to apply them. It would be trivial to use a different 1.0 point if some specific scaler would benefit from it. -Also as already hinted at initFilter() accepts an optional convolutional +Also as already hinted at, initFilter() accepts an optional convolutional filter as input that can be used for contrast, saturation, blur, sharpening shift, chroma vs. luma shift, ... |