| 
    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 add_crc_to_array(), av_hash_final(), av_hash_init(), av_hash_update(), and compute_crc_of_packets().
 1.8.6