mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
missing #ifdef DIRECTSHOW... thanx gruel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1432 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
114916c76b
commit
c437b85cb5
@ -131,10 +131,12 @@ void set_video_quality(sh_video_t *sh_video,int quality){
|
||||
}
|
||||
|
||||
int set_video_colors(sh_video_t *sh_video,char *item,int value){
|
||||
#ifdef USE_DIRECTSHOW
|
||||
if(!strcmp(sh_video->codec->name,"divxds")){
|
||||
DS_SetValue_DivX(item,value);
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user