[Mplayer-cvslog] CVS: main/libmpcodecs dec_audio.h,1.7,1.8 ve_qtvideo.c,1.5,1.6

Arpi of Ize arpi at mplayerhq.hu
Sun Feb 2 03:43:01 CET 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv10040/libmpcodecs

Modified Files:
	dec_audio.h ve_qtvideo.c 
Log Message:
compiler warning fixes patch by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: dec_audio.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_audio.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dec_audio.h	13 Oct 2002 21:58:54 -0000	1.7
+++ dec_audio.h	2 Feb 2003 02:42:58 -0000	1.8
@@ -14,3 +14,6 @@
 	int in_samplerate, int in_channels, int in_format, int in_bps,
 	int out_samplerate, int out_channels, int out_format, int out_bps,
 	int out_minsize, int out_maxsize);
+extern int preinit_audio_filters(sh_audio_t *sh_audio,
+        int in_samplerate, int in_channels, int in_format, int in_bps,
+        int* out_samplerate, int* out_channels, int* out_format, int out_bps);

Index: ve_qtvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_qtvideo.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ve_qtvideo.c	19 Jan 2003 01:48:52 -0000	1.5
+++ ve_qtvideo.c	2 Feb 2003 02:42:58 -0000	1.6
@@ -12,6 +12,10 @@
 #include "../mp_msg.h"
 #include "../bswap.h"
 
+#ifdef USE_WIN32DLL 
+#include "ldt_keeper.h" 
+#endif 
+
 #ifdef USE_QTX_CODECS
 #include "../loader/qtx/qtxsdk/components.h"
 #include "wine/windef.h"



More information about the MPlayer-cvslog mailing list