We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b56ef commit 848acf5Copy full SHA for 848acf5
crc.c
@@ -46,7 +46,7 @@ uint32_t ts_crc32(uint8_t *data, int data_size) {
46
return crc;
47
}
48
49
-u_int32_t ts_crc32_section(struct ts_section_header *section_header) {
+uint32_t ts_crc32_section(struct ts_section_header *section_header) {
50
return ts_crc32(section_header->section_data, section_header->section_data_len);
51
52
0 commit comments