FFmpeg
|
FrapsContext Struct Reference
local variable storage More...
Collaboration diagram for FrapsContext:
Data Fields | |
AVCodecContext * | avctx |
uint8_t * | tmpbuf |
int | tmpbuf_size |
DSPContext | dsp |
Detailed Description
Field Documentation
AVCodecContext* FrapsContext::avctx |
Definition at line 48 of file fraps.c.
Referenced by decode_init(), and fraps2_decode_plane().
DSPContext FrapsContext::dsp |
Definition at line 51 of file fraps.c.
Referenced by decode_init(), and fraps2_decode_plane().
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().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11