FFmpeg
Data Fields
KmvcContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetByteContext g
 
uint8_t * cur
 
uint8_t * prev
 
int setpal
 
int palsize
 
uint32_t pal [MAX_PALSIZE]
 
uint8_t frm0 [320 *200]
 
uint8_t frm1 [320 *200]
 

Detailed Description

Definition at line 43 of file kmvc.c.

Field Documentation

◆ avctx

AVCodecContext* KmvcContext::avctx

Definition at line 44 of file kmvc.c.

◆ g

GetByteContext KmvcContext::g

Definition at line 46 of file kmvc.c.

◆ cur

uint8_t* KmvcContext::cur

Definition at line 47 of file kmvc.c.

◆ prev

uint8_t * KmvcContext::prev

Definition at line 47 of file kmvc.c.

◆ setpal

int KmvcContext::setpal

Definition at line 48 of file kmvc.c.

◆ palsize

int KmvcContext::palsize

Definition at line 49 of file kmvc.c.

◆ pal

uint32_t KmvcContext::pal[MAX_PALSIZE]

Definition at line 50 of file kmvc.c.

◆ frm0

uint8_t KmvcContext::frm0[320 *200]

Definition at line 51 of file kmvc.c.

◆ frm1

uint8_t KmvcContext::frm1[320 *200]

Definition at line 51 of file kmvc.c.


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