comparison 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
comparison
equal deleted inserted replaced
18189:faa148210f2b 18190:11d7992b37cf
90 } 90 }
91 /* try software control */ 91 /* try software control */
92 if(mpvdec) 92 if(mpvdec)
93 if( mpvdec->control(sh_video,VDCTRL_SET_EQUALIZER, item, (int *)value) 93 if( mpvdec->control(sh_video,VDCTRL_SET_EQUALIZER, item, (int *)value)
94 == CONTROL_OK) return 1; 94 == CONTROL_OK) return 1;
95 mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_VideoAttributeNotSupportedByVO_VD,item); 95 mp_msg(MSGT_DECVIDEO,MSGL_V,MSGTR_VideoAttributeNotSupportedByVO_VD,item);
96 return 0; 96 return 0;
97 } 97 }
98 98
99 int get_video_colors(sh_video_t *sh_video,char *item,int *value) 99 int get_video_colors(sh_video_t *sh_video,char *item,int *value)
100 { 100 {