mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
ehh.. double ifdef fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3065 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4a7c3f22ec
commit
c54ea77562
@ -229,7 +229,6 @@ 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
|
||||
#ifndef NEW_DSHOW
|
||||
if(sh_video->codec->driver==VFM_DSHOW){
|
||||
#ifdef NEW_DSHOW
|
||||
DS_VideoDecoder_SetValue(ds_vdec,item,value);
|
||||
@ -239,7 +238,6 @@ int set_video_colors(sh_video_t *sh_video,char *item,int value){
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef NEW_DECORE
|
||||
#ifdef DECORE_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user