diff libmpcodecs/dec_video.c @ 18190:11d7992b37cf

Add properties for the tv input color controls. Make the "normal" color controls fallback on the tv ones if not available from vf/vo.
author albeu
date Sat, 22 Apr 2006 14:30:22 +0000
parents 5ae29dc47c17
children 4231482179b6
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Sat Apr 22 14:26:30 2006 +0000
+++ b/libmpcodecs/dec_video.c	Sat Apr 22 14:30:22 2006 +0000
@@ -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;
 }