FFmpeg
Data Fields
YopDecContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
int num_pal_colors
 
int first_color [2]
 
int frame_data_length
 
uint8_t * low_nibble
 
uint8_t * srcptr
 
uint8_t * src_end
 
uint8_t * dstptr
 
uint8_t * dstbuf
 

Detailed Description

Definition at line 34 of file yop.c.

Field Documentation

◆ avctx

AVCodecContext* YopDecContext::avctx

Definition at line 35 of file yop.c.

◆ frame

AVFrame* YopDecContext::frame

Definition at line 36 of file yop.c.

◆ num_pal_colors

int YopDecContext::num_pal_colors

Definition at line 38 of file yop.c.

◆ first_color

int YopDecContext::first_color[2]

Definition at line 39 of file yop.c.

◆ frame_data_length

int YopDecContext::frame_data_length

Definition at line 40 of file yop.c.

◆ low_nibble

uint8_t* YopDecContext::low_nibble

Definition at line 42 of file yop.c.

◆ srcptr

uint8_t* YopDecContext::srcptr

Definition at line 43 of file yop.c.

◆ src_end

uint8_t* YopDecContext::src_end

Definition at line 44 of file yop.c.

◆ dstptr

uint8_t* YopDecContext::dstptr

Definition at line 45 of file yop.c.

◆ dstbuf

uint8_t* YopDecContext::dstbuf

Definition at line 46 of file yop.c.


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