]> granicus.if.org Git - libass/commitdiff
Clarify that libass expects subtitle packets in Matroska format
authorGrigori Goronzy <greg@blackbox>
Tue, 2 Feb 2010 02:47:06 +0000 (03:47 +0100)
committerGrigori Goronzy <greg@blackbox>
Tue, 2 Feb 2010 02:47:06 +0000 (03:47 +0100)
libass/ass.h

index 822e3f77bccca66e809e0ef9de90dc82efa205f5..c3a91e055099a8dae32d0eca5922261e14eb49ae 100644 (file)
@@ -299,7 +299,8 @@ void ass_free_event(ASS_Track *track, int eid);
 void ass_process_data(ASS_Track *track, char *data, int size);
 
 /**
- * \brief Parse Codec Private section of subtitle stream.
+ * \brief Parse Codec Private section of the subtitle stream, in Matroska
+ * format.  See the Matroska specification for details.
  * \param track target track
  * \param data string to parse
  * \param size length of data
@@ -307,8 +308,8 @@ void ass_process_data(ASS_Track *track, char *data, int size);
 void ass_process_codec_private(ASS_Track *track, char *data, int size);
 
 /**
- * \brief Parse a chunk of subtitle stream data. In Matroska,
- * this contains exactly 1 event (or a commentary).
+ * \brief Parse a chunk of subtitle stream data. A chunk contains exactly one
+ * event in Matroska format.  See the Matroska specification for details.
  * \param track track
  * \param data string to parse
  * \param size length of data