[MPlayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.167,1.168

Alban Bedel CVS syncmail at mplayerhq.hu
Sat Apr 22 16:30:25 CEST 2006


CVS change done by Alban Bedel CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv32533/libmpcodecs

Modified Files:
	dec_video.c 
Log Message:
Add properties for the tv input color controls.
Make the "normal" color controls fallback on the tv ones
if not available from vf/vo.


Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- dec_video.c	21 Mar 2006 23:09:52 -0000	1.167
+++ dec_video.c	22 Apr 2006 14:30:22 -0000	1.168
@@ -92,7 +92,7 @@
     if(mpvdec)
 	if( mpvdec->control(sh_video,VDCTRL_SET_EQUALIZER, item, (int *)value)
 	    == CONTROL_OK) return 1;
-    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_VideoAttributeNotSupportedByVO_VD,item);
+    mp_msg(MSGT_DECVIDEO,MSGL_V,MSGTR_VideoAttributeNotSupportedByVO_VD,item);
     return 0;
 }
 




More information about the MPlayer-cvslog mailing list