FFmpeg
Data Fields
BMVDecContext Struct Reference

Data Fields

AVCodecContextavctx
 
uint8_t * frame
 
uint8_t frame_base [SCREEN_WIDE *(SCREEN_HIGH+1)]
 
uint32_t pal [256]
 
const uint8_t * stream
 

Detailed Description

Definition at line 47 of file bmvvideo.c.

Field Documentation

◆ avctx

AVCodecContext* BMVDecContext::avctx

Definition at line 48 of file bmvvideo.c.

◆ frame

uint8_t* BMVDecContext::frame

Definition at line 50 of file bmvvideo.c.

◆ frame_base

uint8_t BMVDecContext::frame_base[SCREEN_WIDE *(SCREEN_HIGH+1)]

Definition at line 50 of file bmvvideo.c.

◆ pal

uint32_t BMVDecContext::pal[256]

Definition at line 51 of file bmvvideo.c.

◆ stream

const uint8_t* BMVDecContext::stream

Definition at line 52 of file bmvvideo.c.


The documentation for this struct was generated from the following file: