diff options
author | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-30 02:17:16 +0000 |
---|---|---|
committer | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-30 02:17:16 +0000 |
commit | e6839faa8dc6412944ed52cb5a0ac0887308f154 (patch) | |
tree | c47b2c203cf59bc23b547705d177ed5365af6ec9 /libass | |
parent | bf22a172e7846c0a8e45c13f270546d036f957ad (diff) |
Improve comments for ass_process_* functions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass')
-rw-r--r-- | libass/ass.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |