crc32.h - Man Page

Provides ancillary code to calculate DVB crc32 checksum.

Synopsis

#include <stdint.h>
#include <unistd.h>

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.

Detailed Description

Provides ancillary code to calculate DVB crc32 checksum.

Copyright

GNU Lesser General Public License version 2.1 (LGPLv2.1)

Author

Mauro Carvalho Chehab

Andre Roth

Bug Report

Please submit bug reports and patches to linux-media@vger.kernel.org

Definition in file crc32.h.

Author

Generated automatically by Doxygen for libdvbv5 from the source code.

Info

Version 1.26.1 libdvbv5