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

Data Fields

AVCodecContextavctx
 
int width
 
int height
 
AVFrame frame
 

Detailed Description

Definition at line 40 of file cyuv.c.

Field Documentation

AVCodecContext* CyuvDecodeContext::avctx

Definition at line 41 of file cyuv.c.

Referenced by cyuv_decode_init().

int CyuvDecodeContext::width

Definition at line 42 of file cyuv.c.

Referenced by cyuv_decode_frame(), and cyuv_decode_init().

int CyuvDecodeContext::height

Definition at line 42 of file cyuv.c.

Referenced by cyuv_decode_frame(), and cyuv_decode_init().

AVFrame CyuvDecodeContext::frame

Definition at line 43 of file cyuv.c.

Referenced by cyuv_decode_end(), cyuv_decode_frame(), and cyuv_decode_init().


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