summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 14:30:22 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 14:30:22 +0000
commit979532f2c6eccabc4872cd6221adc58793680a35 (patch)
treed6f3166192f84cfa324241cb5519e590add6674a /libmpcodecs/dec_video.c
parent6ec6fcb6f3542be162c9f5114dd010d5dd74ae62 (diff)
downloadmpv-979532f2c6eccabc4872cd6221adc58793680a35.tar.bz2
mpv-979532f2c6eccabc4872cd6221adc58793680a35.tar.xz
Add properties for the tv input color controls.
Make the "normal" color controls fallback on the tv ones if not available from vf/vo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18191 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/dec_video.c')
-rw-r--r--libmpcodecs/dec_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c
index 32264e8307..02704a3940 100644
--- a/libmpcodecs/dec_video.c
+++ b/libmpcodecs/dec_video.c
@@ -92,7 +92,7 @@ int set_video_colors(sh_video_t *sh_video,char *item,int value)
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;
}