FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
uint8_t * | dst |
uint32_t | pal [256] |
int | nframes |
int | audio_frame |
int | video_frame |
int | video_size |
int | avflag |
AVCodecContext* BFIContext::avctx |
uint8_t* BFIContext::dst |
Definition at line 37 of file bfi.c.
Referenced by bfi_decode_close(), bfi_decode_frame(), and bfi_decode_init().
uint32_t BFIContext::pal[256] |
Definition at line 38 of file bfi.c.
Referenced by bfi_decode_frame().
int BFIContext::nframes |
Definition at line 36 of file bfi.c.
Referenced by bfi_read_header(), and bfi_read_packet().
int BFIContext::audio_frame |
Definition at line 37 of file bfi.c.
Referenced by bfi_read_packet().
int BFIContext::video_frame |
Definition at line 38 of file bfi.c.
Referenced by bfi_read_packet().
int BFIContext::video_size |
Definition at line 39 of file bfi.c.
Referenced by bfi_read_packet().
int BFIContext::avflag |
Definition at line 40 of file bfi.c.
Referenced by bfi_read_packet().