FFmpeg
|
Data Fields | |
void * | ctx |
enum hashtype | type |
const AVCRC * | crctab |
uint32_t | crc |
void* AVHashContext::ctx |
Definition at line 57 of file hash.c.
Referenced by av_hash_alloc(), av_hash_final(), av_hash_init(), and av_hash_update().
enum hashtype AVHashContext::type |
Definition at line 58 of file hash.c.
Referenced by av_hash_alloc(), av_hash_final(), av_hash_get_name(), av_hash_get_size(), av_hash_init(), and av_hash_update().
const AVCRC* AVHashContext::crctab |
Definition at line 59 of file hash.c.
Referenced by av_hash_alloc(), and av_hash_update().
uint32_t AVHashContext::crc |
Definition at line 60 of file hash.c.
Referenced by av_hash_final(), av_hash_init(), and av_hash_update().