summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 486faa7012..6137c72e4f 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -4,9 +4,10 @@
#include "subreader.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
+#include "libass/ass_mp.h"
extern double sub_last_pts;
-extern struct ass_track_s *ass_track;
+extern ass_track_t *ass_track;
extern subtitle *vo_sub_last;
void print_version(const char* name);