summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-08-06 22:58:31 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-08-07 00:13:33 +0300
commit1e98ef77899e4314c2b3ada2388f9db61e0fd53d (patch)
treeb03dd045478431cf6eada3b0e7df08b6ec488946 /mplayer.c
parent4a36b51ea62bae47ea9bf8df3031c88a1992b7a6 (diff)
downloadmpv-1e98ef77899e4314c2b3ada2388f9db61e0fd53d.tar.bz2
mpv-1e98ef77899e4314c2b3ada2388f9db61e0fd53d.tar.xz
Change type names to match upstream libass
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 8697e47a85..8c46d0edcf 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1018,7 +1018,7 @@ void add_subtitles(struct MPContext *mpctx, char *filename, float fps, int noerr
{
sub_data *subd;
#ifdef CONFIG_ASS
- ass_track_t *asst = 0;
+ ASS_Track *asst = 0;
#endif
if (filename == NULL || mpctx->set_of_sub_size >= MAX_SUBTITLE_FILES) {