|
FFmpeg
|
CLLCContext Struct Reference
Collaboration diagram for CLLCContext:

Data Fields | |
| DSPContext | dsp |
| AVCodecContext * | avctx |
| uint8_t * | swapped_buf |
| int | swapped_buf_size |
Detailed Description
Field Documentation
| AVCodecContext* CLLCContext::avctx |
Definition at line 31 of file cllc.c.
Referenced by cllc_decode_init(), decode_argb_frame(), decode_rgb24_frame(), read_argb_line(), read_code_table(), and read_rgb24_component_line().
| DSPContext CLLCContext::dsp |
Definition at line 30 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().
| uint8_t* CLLCContext::swapped_buf |
Definition at line 33 of file cllc.c.
Referenced by cllc_decode_close(), cllc_decode_frame(), and cllc_decode_init().
| int CLLCContext::swapped_buf_size |
Definition at line 34 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().
The documentation for this struct was generated from the following file:
Generated on Thu Sep 18 2025 06:56:11 for FFmpeg by
1.8.11