VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libavutil/crc.h@ 11661

最後變更 在這個檔案從11661是 5776,由 vboxsync 提交於 17 年 前

ffmpeg: exported to OSE

檔案大小: 365 位元組
 
1#ifndef CRC_H
2#define CRC_H
3
4typedef uint32_t AVCRC;
5
6extern AVCRC *av_crcEDB88320;
7extern AVCRC *av_crc04C11DB7;
8extern AVCRC *av_crc8005 ;
9extern AVCRC *av_crc07 ;
10
11int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
12uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length);
13
14#endif /* CRC_H */
15
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette