From 1e98ef77899e4314c2b3ada2388f9db61e0fd53d Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 6 Aug 2009 22:58:31 +0200 Subject: Change type names to match upstream libass --- mpcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.c') 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; -- cgit v1.2.3