summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:17:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:17:25 +0000
commit65d255364523933f53b45f47b08f61330f15890d (patch)
treefe20b753513345475060fda3d2343874d8671455
parent2f7192222a67e3a601e54b10a6e426781366bcd4 (diff)
downloadmpv-65d255364523933f53b45f47b08f61330f15890d.tar.bz2
mpv-65d255364523933f53b45f47b08f61330f15890d.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23889 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libswscale/swscale.c2
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