From bd7c6fd50c40f1fa41cc356dfa6df3575fe8c589 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Sat, 28 Jul 2007 14:17:25 +0000 Subject: [PATCH] typo Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 7c2e0254c17..f12e0becae2 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 -- GitLab