summaryrefslogtreecommitdiffstats
path: root/dec_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'dec_video.c')
-rw-r--r--dec_video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dec_video.c b/dec_video.c
index 471e4656ec..4374f8807c 100644
--- a/dec_video.c
+++ b/dec_video.c
@@ -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