FFmpeg
|
Data Fields | |
void * | ctx |
enum hashtype | type |
const AVCRC * | crctab |
uint32_t | crc |
void* AVHashContext::ctx |
Definition at line 61 of file hash.c.
Referenced by av_hash_alloc().
enum hashtype AVHashContext::type |
Definition at line 62 of file hash.c.
Referenced by av_hash_alloc().
const AVCRC* AVHashContext::crctab |
Definition at line 63 of file hash.c.
Referenced by av_hash_alloc().
uint32_t AVHashContext::crc |
Definition at line 64 of file hash.c.
Referenced by add_crc_to_array(), compare_crc_in_array(), and compute_crc_of_packets().