FrapsContext Struct Reference

local variable storage More...

Collaboration diagram for FrapsContext:
Collaboration graph

Data Fields

AVCodecContextavctx
 
uint8_ttmpbuf
 
int tmpbuf_size
 
DSPContext dsp
 

Detailed Description

local variable storage

Definition at line 47 of file fraps.c.

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: