Skip to content

Commit 8a09627

Browse files
committed
Fix type of copy_state in EBML parser to an enum variable.
1 parent dc26385 commit 8a09627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format_ebml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ static int ebml_wrote(ebml_t *ebml, int len)
606606
unsigned long long data_value;
607607
unsigned long long track_number;
608608
unsigned char flags;
609-
int copy_state;
609+
ebml_parsing_state copy_state;
610610

611611
ebml->input_position += len;
612612
end_of_buffer = ebml->input_buffer + ebml->input_position;

0 commit comments

Comments
 (0)