[Mplayer-cvslog] CVS: main dec_video.c,1.65,1.66

Arpi of Ize arpi at mplayer.dev.hu
Thu Nov 22 04:20:38 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv28508

Modified Files:
	dec_video.c 
Log Message:
ehh.. double ifdef fixed

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- dec_video.c	22 Nov 2001 03:15:49 -0000	1.65
+++ dec_video.c	22 Nov 2001 03:20:36 -0000	1.66
@@ -229,7 +229,6 @@
 
 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);
@@ -238,7 +237,6 @@
 #endif
 	return 1;
     }
-#endif
 #endif
 
 #ifdef NEW_DECORE




More information about the MPlayer-cvslog mailing list