From: Oleg Oshmyan Date: Sat, 20 Feb 2016 19:36:09 +0000 (+0200) Subject: Document default value for ass_set_check_readorder X-Git-Tag: 0.13.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e099fb95e038e7e139b1993c082d3be6c21257;p=libass Document default value for ass_set_check_readorder --- diff --git a/libass/ass.h b/libass/ass.h index bafbe8a..bd8bb1a 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -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);