FFmpeg
|
LclEncContext Struct Reference
Collaboration diagram for LclEncContext:
Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | imgtype |
int | compression |
int | flags |
z_stream | zstream |
Detailed Description
Field Documentation
AVCodecContext* LclEncContext::avctx |
Definition at line 58 of file lclenc.c.
Referenced by encode_init().
int LclEncContext::compression |
Definition at line 64 of file lclenc.c.
Referenced by encode_init().
int LclEncContext::flags |
Definition at line 66 of file lclenc.c.
Referenced by encode_init().
int LclEncContext::imgtype |
Definition at line 62 of file lclenc.c.
Referenced by encode_init().
AVFrame LclEncContext::pic |
Definition at line 59 of file lclenc.c.
Referenced by encode_frame(), and encode_init().
z_stream LclEncContext::zstream |
Definition at line 67 of file lclenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11