From c260a1139d5990a9cdcf0d678a7e6c99978b98c1 Mon Sep 17 00:00:00 2001 From: syrjala Date: Wed, 16 Feb 2005 23:47:00 +0000 Subject: 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 --- libmpcodecs/vf_hue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/vf_hue.c') 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: -- cgit v1.2.3