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

Arpi of Ize arpi at mplayer.dev.hu
Wed Jan 2 18:11:52 CET 2002


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

Modified Files:
	dec_audio.c dec_video.c 
Log Message:
using dshow headers from dshow/ instead of c++ version

Index: dec_audio.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_audio.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- dec_audio.c	1 Jan 2002 20:04:54 -0000	1.74
+++ dec_audio.c	2 Jan 2002 17:11:49 -0000	1.75
@@ -62,8 +62,8 @@
 #endif
 
 #ifdef USE_DIRECTSHOW
-#include "loader/DirectShow/DS_AudioDec.h"
-static void* ds_adec=NULL;
+#include "loader/dshow/DS_AudioDecoder.h"
+static DS_AudioDecoder* ds_adec=NULL;
 #endif
 
 #ifdef HAVE_OGGVORBIS

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- dec_video.c	29 Dec 2001 16:42:50 -0000	1.81
+++ dec_video.c	2 Jan 2002 17:11:49 -0000	1.82
@@ -55,8 +55,8 @@
 int divx_quality=0;
 
 #ifdef USE_DIRECTSHOW
-#include "loader/DirectShow/DS_VideoDec.h"
-static void* ds_vdec=NULL;
+#include "loader/dshow/DS_VideoDecoder.h"
+static DS_VideoDecoder* ds_vdec=NULL;
 #endif
 
 #ifdef USE_LIBAVCODEC




More information about the MPlayer-cvslog mailing list