[Mplayer-cvslog] CVS: main/libmpdemux muxer.h,1.7,1.8
Alex Beregszaszi
alex at mplayerhq.hu
Wed Oct 22 19:04:42 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv18546/libmpdemux
Modified Files:
muxer.h
Log Message:
some updates in muxer api
Index: muxer.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- muxer.h 19 Jan 2003 00:33:11 -0000 1.7
+++ muxer.h 22 Oct 2003 17:04:39 -0000 1.8
@@ -36,6 +36,7 @@
size_t ipb[3]; // sizes of I/P/B frames
// muxer of that stream
struct muxer_t *muxer;
+ void *priv; // private stream specific data stored by the muxer
} muxer_stream_t;
typedef struct {
More information about the MPlayer-cvslog
mailing list