[MPlayer-cvslog] CVS: main/libmpdemux stheader.h,1.40,1.41

Zoltan Hidvegi CVS syncmail at mplayerhq.hu
Fri Feb 25 12:17:46 CET 2005


CVS change done by Zoltan Hidvegi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv22012/libmpdemux

Modified Files:
	stheader.h 
Log Message:
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.

Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stheader.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- stheader.h	28 Apr 2004 10:18:33 -0000	1.40
+++ stheader.h	25 Feb 2005 11:17:43 -0000	1.41
@@ -35,6 +35,7 @@
   int a_out_buffer_size;
 //  void* audio_out;        // the audio_out handle, used for this audio stream
   void* afilter;          // the audio filter stream
+  struct ad_functions_s* ad_driver;
 #ifdef DYNAMIC_PLUGINS
   void *dec_handle;
 #endif




More information about the MPlayer-cvslog mailing list