]> granicus.if.org Git - libass/commitdiff
Document default value for ass_set_check_readorder
authorOleg Oshmyan <chortos@inbox.lv>
Sat, 20 Feb 2016 19:36:09 +0000 (21:36 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Sat, 20 Feb 2016 19:36:25 +0000 (21:36 +0200)
libass/ass.h

index bafbe8a7de1e72b83a4d480635d09aa7ffc99399..bd8bb1a6a590b6bfe835c97b0e82448cad00c122 100644 (file)
@@ -583,6 +583,7 @@ void ass_process_chunk(ASS_Track *track, char *data, int size,
  * use the ReadOrder field embedded in the packet as unique identifier, and
  * discard the packet if there was already a packet with the same ReadOrder.
  * Other values are undefined.
+ * If this function is not called, the default value is 1.
  */
 void ass_set_check_readorder(ASS_Track *track, int check_readorder);