changeset 25514:8b945798b8f7

Improve comments for ass_process_* functions.
author eugeni
date Sun, 30 Dec 2007 02:17:16 +0000
parents d7ab7fda755a
children 892813c1b7e8
files libass/ass.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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