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

Data Fields

AVCodecContextavctx
 
AVFrame pic
 
int imgtype
 
int compression
 
int flags
 
z_stream zstream
 

Detailed Description

Definition at line 56 of file lclenc.c.

Field Documentation

AVCodecContext* LclEncContext::avctx

Definition at line 58 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().

int LclEncContext::imgtype

Definition at line 62 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().

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: