summaryrefslogtreecommitdiffstats
path: root/mpcommon.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 /mpcommon.h
parent29bc25b6d416579a08288958fd0e6fddea8bf85d (diff)
downloadmpv-c73217c07a98013887f507849c18eeac1257df58.tar.bz2
mpv-c73217c07a98013887f507849c18eeac1257df58.tar.xz
Change libass type names to match upstream renames
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.h b/mpcommon.h
index c9bfd92122..211145abfc 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -6,7 +6,7 @@
#include "libmpdemux/stheader.h"
extern double sub_last_pts;
-extern struct ass_track_s *ass_track;
+extern struct ass_track *ass_track;
extern subtitle *vo_sub_last;
void print_version(const char* name);