FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVHashContext Struct Reference

Data Fields

voidctx
 
enum hashtype type
 
const AVCRCcrctab
 
uint32_t crc
 

Detailed Description

Definition at line 56 of file hash.c.

Field Documentation

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
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().


The documentation for this struct was generated from the following file: