libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Provides ancillary code to calculate DVB crc32 checksum. More...
#include <stdint.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
uint32_t | dvb_crc32 (uint8_t *data, size_t datalen, uint32_t crc) |
Calculates the crc-32 as defined at the MPEG-TS specs. More... | |