FFmpeg
Data Fields
Hnm4VideoContext Struct Reference

Data Fields

uint8_t version
 
int width
 
int height
 
uint8_t * current
 
uint8_t * previous
 
uint8_t * buffer1
 
uint8_t * buffer2
 
uint8_t * processed
 
uint32_t palette [256]
 

Detailed Description

Definition at line 39 of file hnm4video.c.

Field Documentation

◆ version

uint8_t Hnm4VideoContext::version

Definition at line 40 of file hnm4video.c.

Referenced by hnm_decode_frame(), hnm_decode_init(), and hnm_update_palette().

◆ width

int Hnm4VideoContext::width

◆ height

int Hnm4VideoContext::height

◆ current

uint8_t* Hnm4VideoContext::current

◆ previous

uint8_t* Hnm4VideoContext::previous

◆ buffer1

uint8_t* Hnm4VideoContext::buffer1

Definition at line 45 of file hnm4video.c.

Referenced by hnm_decode_end(), and hnm_decode_init().

◆ buffer2

uint8_t* Hnm4VideoContext::buffer2

Definition at line 46 of file hnm4video.c.

Referenced by hnm_decode_end(), and hnm_decode_init().

◆ processed

uint8_t* Hnm4VideoContext::processed

◆ palette

uint32_t Hnm4VideoContext::palette[256]

Definition at line 48 of file hnm4video.c.

Referenced by hnm_decode_frame(), and hnm_update_palette().


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