From c73217c07a98013887f507849c18eeac1257df58 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 29 Jul 2009 01:11:33 +0300 Subject: Change libass type names to match upstream renames --- mpcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.h') 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); -- cgit v1.2.3