libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
crc32.h File Reference

Provides ancillary code to calculate DVB crc32 checksum. More...

#include <stdint.h>
#include <unistd.h>
Include dependency graph for crc32.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...
 

Detailed Description

Provides ancillary code to calculate DVB crc32 checksum.

Author
Mauro Carvalho Chehab
Andre Roth
Bug Report
Please submit bug reports and patches to linux.nosp@m.-med.nosp@m.ia@vg.nosp@m.er.k.nosp@m.ernel.nosp@m..org

Definition in file crc32.h.