summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-29 01:11:33 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-29 01:11:33 +0300
commitc73217c07a98013887f507849c18eeac1257df58 (patch)
tree9484dd56afa633971baad35ef465e29e6d79e1e8 /mp_core.h
parent29bc25b6d416579a08288958fd0e6fddea8bf85d (diff)
downloadmpv-c73217c07a98013887f507849c18eeac1257df58.tar.bz2
mpv-c73217c07a98013887f507849c18eeac1257df58.tar.xz
Change libass type names to match upstream renames
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 31e867c7d3..4092e49efb 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -152,7 +152,7 @@ typedef struct MPContext {
int global_sub_indices[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_s *set_of_ass_tracks[MAX_SUBTITLE_FILES];
+ struct ass_track *set_of_ass_tracks[MAX_SUBTITLE_FILES];
sub_data* set_of_subtitles[MAX_SUBTITLE_FILES];
int file_format;