MsrleContext Struct Reference
Collaboration diagram for MsrleContext:
Collaboration graph

Data Fields

AVCodecContextavctx
 
AVFrame frame
 
GetByteContext gb
 
const unsigned char * buf
 
int size
 
uint32_t pal [256]
 

Detailed Description

Definition at line 39 of file msrle.c.

Field Documentation

AVCodecContext* MsrleContext::avctx

Definition at line 40 of file msrle.c.

Referenced by msrle_decode_init().

const unsigned char* MsrleContext::buf

Definition at line 44 of file msrle.c.

Referenced by msrle_decode_frame().

AVFrame MsrleContext::frame

Definition at line 41 of file msrle.c.

Referenced by msrle_decode_end(), msrle_decode_frame(), and msrle_decode_init().

GetByteContext MsrleContext::gb

Definition at line 43 of file msrle.c.

Referenced by msrle_decode_frame().

uint32_t MsrleContext::pal[256]

Definition at line 47 of file msrle.c.

Referenced by msrle_decode_frame(), and msrle_decode_init().

int MsrleContext::size

Definition at line 45 of file msrle.c.

Referenced by msrle_decode_frame().


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