FFmpeg
|
local variable storage More...
Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
uint8_t * | tmpbuf |
int | tmpbuf_size |
DSPContext | dsp |
AVCodecContext* FrapsContext::avctx |
Definition at line 47 of file fraps.c.
Referenced by decode_init(), and fraps2_decode_plane().
AVFrame FrapsContext::frame |
Definition at line 48 of file fraps.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t* FrapsContext::tmpbuf |
Definition at line 49 of file fraps.c.
Referenced by decode_end(), decode_frame(), decode_init(), and fraps2_decode_plane().
int FrapsContext::tmpbuf_size |
Definition at line 50 of file fraps.c.
Referenced by decode_frame().
DSPContext FrapsContext::dsp |
Definition at line 51 of file fraps.c.
Referenced by decode_init(), and fraps2_decode_plane().