[MPlayer-cvslog] r25542 - trunk/libass/ass.h

eugeni subversion at mplayerhq.hu
Sun Dec 30 03:17:16 CET 2007


Author: eugeni
Date: Sun Dec 30 03:17:16 2007
New Revision: 25542

Log:
Improve comments for ass_process_* functions.


Modified:
   trunk/libass/ass.h

Modified: trunk/libass/ass.h
==============================================================================
--- trunk/libass/ass.h	(original)
+++ trunk/libass/ass.h	Sun Dec 30 03:17:16 2007
@@ -146,7 +146,7 @@ void ass_free_style(ass_track_t* track, 
 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, 
 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



More information about the MPlayer-cvslog mailing list