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

Data Fields

AVClassclass
 
AVCodecContextavctx
 
AVFrameframe
 
AVFramefinal_frame
 
FICThreadContextslice_data
 
int slice_data_size
 
const uint8_tqmat
 
enum AVPictureType cur_frame_type
 
int aligned_width
 
int aligned_height
 
int num_slices
 
int slice_h
 
uint8_t cursor_buf [4096]
 
int skip_cursor
 

Detailed Description

Definition at line 39 of file fic.c.

Field Documentation

AVClass* FICContext::class

Definition at line 40 of file fic.c.

AVCodecContext* FICContext::avctx

Definition at line 41 of file fic.c.

Referenced by fic_decode_init().

AVFrame* FICContext::frame
AVFrame* FICContext::final_frame

Definition at line 43 of file fic.c.

Referenced by fic_decode_close(), fic_decode_frame(), and fic_draw_cursor().

FICThreadContext* FICContext::slice_data

Definition at line 45 of file fic.c.

Referenced by fic_decode_close(), and fic_decode_frame().

int FICContext::slice_data_size

Definition at line 46 of file fic.c.

Referenced by fic_decode_frame().

const uint8_t* FICContext::qmat

Definition at line 48 of file fic.c.

Referenced by fic_decode_block(), and fic_decode_frame().

enum AVPictureType FICContext::cur_frame_type

Definition at line 50 of file fic.c.

int FICContext::aligned_width

Definition at line 52 of file fic.c.

Referenced by fic_decode_init(), and fic_decode_slice().

int FICContext::aligned_height

Definition at line 52 of file fic.c.

Referenced by fic_decode_frame(), and fic_decode_init().

int FICContext::num_slices

Definition at line 53 of file fic.c.

int FICContext::slice_h

Definition at line 53 of file fic.c.

Referenced by fic_decode_frame().

uint8_t FICContext::cursor_buf[4096]

Definition at line 55 of file fic.c.

Referenced by fic_decode_frame(), and fic_draw_cursor().

int FICContext::skip_cursor

Definition at line 56 of file fic.c.

Referenced by fic_decode_frame().


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