summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_eq.c
diff options
context:
space:
mode:
authorsyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-16 23:47:00 +0000
committersyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-16 23:47:00 +0000
commitc260a1139d5990a9cdcf0d678a7e6c99978b98c1 (patch)
treea0407fc7df675be723f5149c17de76a22d72d4b5 /libmpcodecs/vf_eq.c
parent078b83809052f0ef6b5d46f0fc572f7a5ef3d5ee (diff)
downloadmpv-c260a1139d5990a9cdcf0d678a7e6c99978b98c1.tar.bz2
mpv-c260a1139d5990a9cdcf0d678a7e6c99978b98c1.tar.xz
Improved NV12/NV21 support.
- Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14716 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf_eq.c')
-rw-r--r--libmpcodecs/vf_eq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/vf_eq.c b/libmpcodecs/vf_eq.c
index d7adeea1ff..5b27e5250c 100644
--- a/libmpcodecs/vf_eq.c
+++ b/libmpcodecs/vf_eq.c
@@ -188,6 +188,7 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt)
case IMGFMT_Y800:
case IMGFMT_Y8:
case IMGFMT_NV12:
+ case IMGFMT_NV21:
case IMGFMT_444P:
case IMGFMT_422P:
case IMGFMT_411P: