# HG changeset patch # User eugeni # Date 1198981036 0 # Node ID 8b945798b8f7d69520d6ba8cb614ae57a7330fc2 # Parent d7ab7fda755a858b3e8a8951b739841d3e703f81 Improve comments for ass_process_* functions. diff -r d7ab7fda755a -r 8b945798b8f7 libass/ass.h --- a/libass/ass.h Sun Dec 30 01:03:05 2007 +0000 +++ b/libass/ass.h Sun Dec 30 02:17:16 2007 +0000 @@ -146,7 +146,7 @@ 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_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