FFmpeg
|
BFIContext Struct Reference
Collaboration diagram for BFIContext:
Data Fields | |
AVCodecContext * | avctx |
uint8_t * | dst |
uint32_t | pal [256] |
int | nframes |
int | audio_frame |
int | video_frame |
int | video_size |
int | avflag |
Detailed Description
Definition at line 34 of file libavcodec/bfi.c.
Field Documentation
int BFIContext::audio_frame |
Definition at line 36 of file libavformat/bfi.c.
Referenced by bfi_read_packet().
AVCodecContext* BFIContext::avctx |
Definition at line 35 of file libavcodec/bfi.c.
int BFIContext::avflag |
Definition at line 39 of file libavformat/bfi.c.
Referenced by bfi_read_packet().
uint8_t* BFIContext::dst |
Definition at line 36 of file libavcodec/bfi.c.
Referenced by bfi_decode_close(), bfi_decode_frame(), and bfi_decode_init().
int BFIContext::nframes |
Definition at line 35 of file libavformat/bfi.c.
Referenced by bfi_read_header(), and bfi_read_packet().
uint32_t BFIContext::pal[256] |
Definition at line 37 of file libavcodec/bfi.c.
Referenced by bfi_decode_frame().
int BFIContext::video_frame |
Definition at line 37 of file libavformat/bfi.c.
Referenced by bfi_read_packet().
int BFIContext::video_size |
Definition at line 38 of file libavformat/bfi.c.
Referenced by bfi_read_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11