[Mplayer-cvslog] CVS: main/libmpcodecs vf_hue.c,1.1,1.2

Michael Niedermayer CVS michael at mplayerhq.hu
Tue Oct 28 14:51:31 CET 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv25680

Modified Files:
	vf_hue.c 
Log Message:
hue changeing of grayscale probably isnt usefull


Index: vf_hue.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_hue.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_hue.c	23 Oct 2003 18:36:02 -0000	1.1
+++ vf_hue.c	28 Oct 2003 13:51:04 -0000	1.2
@@ -130,8 +130,6 @@
 	case IMGFMT_I420:
 	case IMGFMT_IYUV:
 	case IMGFMT_CLPL:
-	case IMGFMT_Y800:
-	case IMGFMT_Y8:
 	case IMGFMT_NV12:
 	case IMGFMT_444P:
 	case IMGFMT_422P:



More information about the MPlayer-cvslog mailing list