[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
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.4,1.5 DS_AudioDecoder.h,1.3,1.4 DS_VideoDecoder.c,1.11,1.12 DS_VideoDecoder.h,1.2,1.3 Makefile,1.11,1.12 libwin32.h,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main configure,1.287,1.288
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.4,1.5 DS_AudioDecoder.h,1.3,1.4 DS_VideoDecoder.c,1.11,1.12 DS_VideoDecoder.h,1.2,1.3 Makefile,1.11,1.12 libwin32.h,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main configure,1.287,1.288
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list