From a248c2c7a137517061e6271f22b84d43bcd7191d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 20 Jan 2011 18:47:18 +0200 Subject: cleanup: rename ass_* functions to mp_ass_* The various ass_* functions were created when libass was part of the MPlayer tree and the distinction between MPlayer-specific and other functions was less clear. Now that libass is a clearly separate library, using the same ass_* namespace for player functions is ugly. Rename the functions to use mp_ass_ prefix instead. --- sub/sd_ass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/sd_ass.c b/sub/sd_ass.c index a5879873a9..be2740bfa6 100644 --- a/sub/sd_ass.c +++ b/sub/sd_ass.c @@ -57,7 +57,7 @@ static void init(struct sh_sub *sh, struct osd_state *osd) ass_process_codec_private(ctx->ass_track, sh->extradata, sh->extradata_len); } else - ctx->ass_track = ass_default_track(ass_library); + ctx->ass_track = mp_ass_default_track(ass_library); } assert(osd->ass_track == NULL); -- cgit v1.2.3