summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp_core.h b/mp_core.h
index ea21752767..e42beb40c5 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -107,8 +107,8 @@ struct track {
// fields. The data is stored in stream->sub this case.
// External text subtitle using libass subtitle renderer.
- struct ass_track *ass_track;
- bool native_ass_track;
+ // The sh_sub is a dummy and doesn't belong to a demuxer.
+ struct sh_sub *sh_sub;
// External text subtitle using non-libass subtitle renderer.
struct sub_data *subdata;