From e6839faa8dc6412944ed52cb5a0ac0887308f154 Mon Sep 17 00:00:00 2001 From: eugeni Date: Sun, 30 Dec 2007 02:17:16 +0000 Subject: Improve comments for ass_process_* functions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25542 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libass') diff --git a/libass/ass.h b/libass/ass.h index f90b6b133e..fd8ded1d0e 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -146,7 +146,7 @@ void ass_free_style(ass_track_t* track, int sid); void ass_free_event(ass_track_t* track, int eid); /** - * \brief Process Codec Private section of subtitle stream + * \brief Parse Codec Private section of subtitle stream * \param track target track * \param data string to parse * \param size length of data @@ -154,7 +154,7 @@ void ass_free_event(ass_track_t* track, int eid); 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) + * \brief Parse a chunk of subtitle stream data. In matroska, this containes exactly 1 event (or a commentary) * \param track track * \param data string to parse * \param size length of data -- cgit v1.2.3