summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 09e9d8682b..8220d65a61 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -161,11 +161,10 @@ typedef struct sh_video {
typedef struct sh_sub {
SH_COMMON
- 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;
+ struct dec_sub *dec_sub; // decoder context
} sh_sub_t;
// demuxer.c: