summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.c b/mpcommon.c
index 83cf2b6881..4a68fe9f25 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -23,7 +23,7 @@ double sub_last_pts = -303;
#ifdef CONFIG_ASS
#include "ass_mp.h"
-ass_track_t* ass_track = 0; // current track to render
+ASS_Track *ass_track = 0; // current track to render
#endif
sub_data* subdata = NULL;