From e4e099fb95e038e7e139b1993c082d3be6c21257 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sat, 20 Feb 2016 21:36:09 +0200 Subject: Document default value for ass_set_check_readorder --- libass/ass.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3