diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-28 14:17:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-28 14:17:25 +0000 |
commit | bd7c6fd50c40f1fa41cc356dfa6df3575fe8c589 (patch) | |
tree | 33e9a87ba3e1b2daf0ad1c7585fc936ef62e6c0d /libswscale | |
parent | 1903245071a1b90f08a441517da83cd0dcf676ed (diff) | |
download | ffmpeg-bd7c6fd50c40f1fa41cc356dfa6df3575fe8c589.tar.gz |
typo
Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 7c2e0254c1..f12e0becae 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -168,7 +168,7 @@ NOTES Special versions: fast Y 1:1 scaling (no interpolation in y direction) TODO -more intelligent missalignment avoidance for the horizontal scaler +more intelligent misalignment avoidance for the horizontal scaler write special vertical cubic upscale version Optimize C code (yv12 / minmax) add support for packed pixel yuv input & output |