FFmpeg  4.4.4
Data Fields
AVHashContext Struct Reference

Data Fields

voidctx
 
enum hashtype type
 
const AVCRCcrctab
 
uint32_t crc
 

Detailed Description

Examples
ffhash.c.

Definition at line 58 of file hash.c.

Field Documentation

◆ ctx

void* AVHashContext::ctx

Definition at line 59 of file hash.c.

Referenced by av_hash_alloc().

◆ type

enum hashtype AVHashContext::type

Definition at line 59 of file hash.c.

Referenced by av_hash_alloc().

◆ crctab

const AVCRC* AVHashContext::crctab

Definition at line 61 of file hash.c.

Referenced by av_hash_alloc().

◆ crc

uint32_t AVHashContext::crc

Definition at line 62 of file hash.c.


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