summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_hue.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_hue.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_hue.c')
-rw-r--r--libmpcodecs/vf_hue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vf_hue.c b/libmpcodecs/vf_hue.c
index b7952d9536..f1e8b4d642 100644
--- a/libmpcodecs/vf_hue.c
+++ b/libmpcodecs/vf_hue.c
@@ -130,7 +130,6 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt)
case IMGFMT_I420:
case IMGFMT_IYUV:
case IMGFMT_CLPL:
- case IMGFMT_NV12:
case IMGFMT_444P:
case IMGFMT_422P:
case IMGFMT_411P: