Revision 5b21bdab libavutil/crc.h
libavutil/crc.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef CRC_H |
|
22 |
#define CRC_H |
|
21 |
#ifndef FFMPEG_CRC_H
|
|
22 |
#define FFMPEG_CRC_H
|
|
23 | 23 |
|
24 | 24 |
#include <stdint.h> |
25 | 25 |
#include <sys/types.h> |
... | ... | |
48 | 48 |
int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size); |
49 | 49 |
uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length); |
50 | 50 |
|
51 |
#endif /* CRC_H */ |
|
51 |
#endif /* FFMPEG_CRC_H */
|
|
52 | 52 |
|
Also available in: Unified diff