FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BFIContext Struct Reference

Data Fields

AVCodecContextavctx
 
uint8_tdst
 
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 bfi.c.

Field Documentation

AVCodecContext* BFIContext::avctx

Definition at line 35 of file bfi.c.

uint8_t* BFIContext::dst

Definition at line 36 of file bfi.c.

Referenced by bfi_decode_close(), bfi_decode_frame(), and bfi_decode_init().

uint32_t BFIContext::pal[256]

Definition at line 37 of file bfi.c.

Referenced by bfi_decode_frame().

int BFIContext::nframes

Definition at line 35 of file bfi.c.

Referenced by bfi_read_header(), and bfi_read_packet().

int BFIContext::audio_frame

Definition at line 36 of file bfi.c.

Referenced by bfi_read_packet().

int BFIContext::video_frame

Definition at line 37 of file bfi.c.

Referenced by bfi_read_packet().

int BFIContext::video_size

Definition at line 38 of file bfi.c.

Referenced by bfi_read_packet().

int BFIContext::avflag

Definition at line 39 of file bfi.c.

Referenced by bfi_read_packet().


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