summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_core.h b/mp_core.h
index 1a01109307..9ef9e6c972 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -169,7 +169,7 @@ typedef struct MPContext {
int global_sub_pos; // this encompasses all subtitle sources
int set_of_sub_pos;
int set_of_sub_size;
- int global_sub_indices[SUB_SOURCES];
+ int sub_counts[SUB_SOURCES];
// set_of_ass_tracks[i] contains subtitles from set_of_subtitles[i]
// parsed by libass or NULL if format unsupported
struct ass_track *set_of_ass_tracks[MAX_SUBTITLE_FILES];