Kirika/audio/packetizer/ogg_crc.h

4 lines
93 B
C
Raw Permalink Normal View History

2022-07-16 23:13:50 +00:00
#include <stdint.h>
#include <stddef.h>
uint32_t ogg_crc32(const uint8_t* data, size_t len);