summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-11 21:45:10 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-11 21:45:10 +0000
commit18e95314018c243dc2297a503eafa2207ebfcbfb (patch)
tree9b63b6c739f69915b2bc77e463e9f3650d91160f /libmpdemux/stheader.h
parent4c512b27c3fafd151ad760204c1d158db5ed22bf (diff)
downloadmpv-18e95314018c243dc2297a503eafa2207ebfcbfb.tar.bz2
mpv-18e95314018c243dc2297a503eafa2207ebfcbfb.tar.xz
Add extradata to sh_sub_t.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25680 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index d560322e04..7fb897cdd7 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -100,6 +100,8 @@ typedef struct {
int custom_colors;
unsigned int colors[4];
int forced_subs_only;
+ unsigned char* extradata; // extra header data passed from demuxer
+ int extradata_len;
#ifdef USE_ASS
ass_track_t* ass_track; // for SSA/ASS streams (type == 'a')
#endif