cleanup: rename ass_* functions to mp_ass_*
commita248c2c7a137517061e6271f22b84d43bcd7191d
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Thu, 20 Jan 2011 16:47:18 +0000 (20 18:47 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 26 Jan 2011 18:39:04 +0000 (26 20:39 +0200)
tree27cb0970881007be820e8dfb74c504cf257afb20
parent966340b31a7bc53e922118da1cd4783d6a06483d
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.
ass_mp.c
ass_mp.h
libmpcodecs/vf_ass.c
libmpcodecs/vf_vo.c
mplayer.c
sub/sd_ass.c