CyuvDecodeContext Struct Reference

Data Fields

AVCodecContextavctx
int width
int height
AVFrame frame

Detailed Description

Definition at line 39 of file cyuv.c.

Field Documentation

AVCodecContext* CyuvDecodeContext::avctx

Definition at line 40 of file cyuv.c.

Referenced by cyuv_decode_init().

AVFrame CyuvDecodeContext::frame

Definition at line 42 of file cyuv.c.

Referenced by cyuv_decode_end(), and cyuv_decode_frame().

int CyuvDecodeContext::height

Definition at line 41 of file cyuv.c.

Referenced by cyuv_decode_frame(), and cyuv_decode_init().

int CyuvDecodeContext::width

Definition at line 41 of file cyuv.c.

Referenced by cyuv_decode_frame(), and cyuv_decode_init().


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