summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
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