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 Wed Apr 16 2025 06:53:32 for FFmpeg by
