FFmpeg
Data Fields
CDXLVideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
int bpp
 
int type
 
int format
 
int padded_bits
 
const uint8_t * palette
 
int palette_size
 
const uint8_t * video
 
int video_size
 
uint8_t * new_video
 
int new_video_size
 

Detailed Description

Definition at line 43 of file cdxl.c.

Field Documentation

◆ avctx

AVCodecContext* CDXLVideoContext::avctx

Definition at line 44 of file cdxl.c.

◆ bpp

int CDXLVideoContext::bpp

Definition at line 45 of file cdxl.c.

◆ type

int CDXLVideoContext::type

Definition at line 46 of file cdxl.c.

◆ format

int CDXLVideoContext::format

Definition at line 47 of file cdxl.c.

◆ padded_bits

int CDXLVideoContext::padded_bits

Definition at line 48 of file cdxl.c.

◆ palette

const uint8_t* CDXLVideoContext::palette

Definition at line 49 of file cdxl.c.

◆ palette_size

int CDXLVideoContext::palette_size

Definition at line 50 of file cdxl.c.

◆ video

const uint8_t* CDXLVideoContext::video

Definition at line 51 of file cdxl.c.

◆ video_size

int CDXLVideoContext::video_size

Definition at line 52 of file cdxl.c.

◆ new_video

uint8_t* CDXLVideoContext::new_video

Definition at line 53 of file cdxl.c.

◆ new_video_size

int CDXLVideoContext::new_video_size

Definition at line 54 of file cdxl.c.


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