diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 17:04:39 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 17:04:39 +0000 |
commit | b32c67928a94f0c31e97eb773f139478e006ef0a (patch) | |
tree | 48893ea4132d0fac6bc41a87bedc7b4f32cf0a54 /libmpdemux | |
parent | c2ba883f467e903542d16b437005a2f8055cc7fd (diff) |
some updates in muxer api
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/muxer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/muxer.h b/libmpdemux/muxer.h index 1b7477cc68..3f5727cb1d 100644 --- a/libmpdemux/muxer.h +++ b/libmpdemux/muxer.h @@ -36,6 +36,7 @@ typedef struct { 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 { |