| FFmpeg
    | 
FlicDecodeContext Struct Reference
  
Collaboration diagram for FlicDecodeContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| AVFrame | frame | 
| unsigned int | palette [256] | 
| int | new_palette | 
| int | fli_type | 
Detailed Description
Definition at line 72 of file flicvideo.c.
Field Documentation
| AVCodecContext* FlicDecodeContext::avctx | 
Definition at line 73 of file flicvideo.c.
Referenced by flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), and flic_decode_init().
| int FlicDecodeContext::fli_type | 
Definition at line 78 of file flicvideo.c.
Referenced by flic_decode_frame_8BPP(), and flic_decode_init().
| AVFrame FlicDecodeContext::frame | 
Definition at line 74 of file flicvideo.c.
Referenced by flic_decode_end(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), and flic_decode_init().
| int FlicDecodeContext::new_palette | 
Definition at line 77 of file flicvideo.c.
Referenced by flic_decode_frame_8BPP(), and flic_decode_init().
| unsigned int FlicDecodeContext::palette[256] | 
Definition at line 76 of file flicvideo.c.
Referenced by flic_decode_frame_8BPP(), and flic_decode_init().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11