summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 433dc7ef71..09e9d8682b 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -164,6 +164,7 @@ typedef struct sh_sub {
bool active; // after track switch decoder may stay initialized, not active
unsigned char *extradata; // extra header data passed from demuxer
int extradata_len;
+ struct ass_track *track; // loaded by libass
const struct sd_functions *sd_driver;
} sh_sub_t;