LclEncContext Struct Reference

Data Fields

AVCodecContextavctx
AVFrame pic
int imgtype
int compression
int flags
z_stream zstream

Detailed Description

Definition at line 52 of file lclenc.c.

Field Documentation

AVCodecContext* LclEncContext::avctx

Definition at line 54 of file lclenc.c.

Referenced by encode_init().

int LclEncContext::compression

Definition at line 60 of file lclenc.c.

Referenced by encode_init().

int LclEncContext::flags

Definition at line 62 of file lclenc.c.

Referenced by encode_init().

int LclEncContext::imgtype

Definition at line 58 of file lclenc.c.

Referenced by encode_init().

AVFrame LclEncContext::pic

Definition at line 55 of file lclenc.c.

Referenced by encode_frame(), and encode_init().

z_stream LclEncContext::zstream

Definition at line 63 of file lclenc.c.

Referenced by encode_end(), encode_frame(), and encode_init().


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