[Mplayer-cvslog] CVS: main/libmpdemux stheader.h,1.36,1.37
Alex Beregszaszi
alex at mplayerhq.hu
Mon Nov 11 18:28:44 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv23849
Modified Files:
stheader.h
Log Message:
dlopen() support for ad and vd
Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stheader.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- stheader.h 2 Nov 2002 19:59:40 -0000 1.36
+++ stheader.h 11 Nov 2002 17:28:41 -0000 1.37
@@ -70,6 +70,9 @@
int a_out_buffer_size;
// void* audio_out; // the audio_out handle, used for this audio stream
void* afilter; // the audio filter stream
+#ifdef DYNAMIC_PLUGINS
+ void *dec_handle;
+#endif
// win32-compatible codec parameters:
AVIStreamHeader audio;
WAVEFORMATEX* wf;
@@ -99,6 +102,9 @@
void* video_out; // the video_out handle, used for this video stream
void* vfilter; // the video filter chain, used for this video stream
int vf_inited;
+#ifdef DYNAMIC_PLUGINS
+ void *dec_handle;
+#endif
// win32-compatible codec parameters:
AVIStreamHeader video;
BITMAPINFOHEADER* bih;
More information about the MPlayer-cvslog
mailing list