From 5762122f3768886f24446588f8f1006b660abf8b Mon Sep 17 00:00:00 2001 From: eugeni Date: Tue, 22 Aug 2006 22:11:01 +0000 Subject: SSA/ASS parser reworked, with 2 main results: support for script embedded fonts (fonts, uuencoded directly into script) added; matroska interface functions have got more sensible names. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19498 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libass/ass.h') diff --git a/libass/ass.h b/libass/ass.h index 54fef6a719..493ba2f379 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -131,7 +131,7 @@ void ass_free_event(ass_track_t* track, int eid); * \param data string to parse * \param size length of data */ -void ass_process_chunk(ass_track_t* track, char *data, int size); +void ass_process_codec_private(ass_track_t* track, char *data, int size); /** * \brief Process a chunk of subtitle stream data. In matroska, this containes exactly 1 event (or a commentary) @@ -141,7 +141,7 @@ void ass_process_chunk(ass_track_t* track, char *data, int size); * \param timecode starting time of the event (milliseconds) * \param duration duration of the event (milliseconds) */ -void ass_process_line(ass_track_t* track, char *data, int size, long long timecode, long long duration); +void ass_process_chunk(ass_track_t* track, char *data, int size, long long timecode, long long duration); /** * \brief Read subtitles from file. -- cgit v1.2.3