[Mplayer-cvslog] CVS: main dec_video.c,1.74,1.75

Arpi of Ize arpi at mplayer.dev.hu
Mon Dec 10 23:11:19 CET 2001


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

Modified Files:
	dec_video.c 
Log Message:
final cleanup of new_dshow

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- dec_video.c	10 Dec 2001 21:58:37 -0000	1.74
+++ dec_video.c	10 Dec 2001 22:11:16 -0000	1.75
@@ -1,6 +1,4 @@
 
-//#define NEW_DSHOW
-
 #include "config.h"
 
 #include <stdio.h>
@@ -57,11 +55,8 @@
 int divx_quality=0;
 
 #ifdef USE_DIRECTSHOW
-static void* ds_vdec=NULL;
-#ifdef NEW_DSHOW
-#else
 #include "loader/DirectShow/DS_VideoDec.h"
-#endif
+static void* ds_vdec=NULL;
 #endif
 
 #ifdef USE_LIBAVCODEC




More information about the MPlayer-cvslog mailing list