FFmpeg
|
Data Fields | |
AVFrame * | pic |
GetByteContext | gb |
int | current_frame |
uint8_t * | frame [4] |
int | frame_size |
int | video_size |
uint8_t * | opcodes |
AVFrame* PAFVideoDecContext::pic |
Definition at line 51 of file paf.c.
Referenced by paf_vid_close(), paf_vid_decode(), and paf_vid_init().
GetByteContext PAFVideoDecContext::gb |
Definition at line 52 of file paf.c.
Referenced by copy4h(), decode_0(), and paf_vid_decode().
int PAFVideoDecContext::current_frame |
Definition at line 54 of file paf.c.
Referenced by decode_0(), and paf_vid_decode().
uint8_t* PAFVideoDecContext::frame[4] |
Definition at line 55 of file paf.c.
Referenced by decode_0(), paf_vid_close(), paf_vid_decode(), and paf_vid_init().
int PAFVideoDecContext::frame_size |
Definition at line 56 of file paf.c.
Referenced by decode_0(), paf_vid_decode(), and paf_vid_init().
int PAFVideoDecContext::video_size |
Definition at line 57 of file paf.c.
Referenced by paf_vid_decode(), and paf_vid_init().