1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-25 09:44:21 +00:00

Improve comments for ass_process_* functions.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2007-12-30 02:17:16 +00:00
parent bf22a172e7
commit e6839faa8d

View File

@ -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