Revision 768a9205 libavutil/crc.h
libavutil/crc.h | ||
---|---|---|
22 | 22 |
#define FFMPEG_CRC_H |
23 | 23 |
|
24 | 24 |
#include <stdint.h> |
25 |
#include <sys/types.h>
|
|
25 |
#include <stddef.h>
|
|
26 | 26 |
|
27 | 27 |
typedef uint32_t AVCRC; |
28 | 28 |
|
Also available in: Unified diff