FFmpeg
Data Fields
PSDContext Struct Reference

Data Fields

AVClassclass
 
AVFramepicture
 
AVCodecContextavctx
 
GetByteContext gb
 
uint8_t * tmp
 
uint16_t channel_count
 
uint16_t channel_depth
 
uint64_t uncompressed_size
 
unsigned int pixel_size
 
uint64_t line_size
 
int width
 
int height
 
enum PsdCompr compression
 
enum PsdColorMode color_mode
 
uint8_t palette [AVPALETTE_SIZE]
 

Detailed Description

Definition at line 44 of file psd.c.

Field Documentation

◆ class

AVClass* PSDContext::class

Definition at line 45 of file psd.c.

◆ picture

AVFrame* PSDContext::picture

Definition at line 46 of file psd.c.

◆ avctx

AVCodecContext* PSDContext::avctx

Definition at line 47 of file psd.c.

◆ gb

GetByteContext PSDContext::gb

Definition at line 48 of file psd.c.

◆ tmp

uint8_t* PSDContext::tmp

Definition at line 50 of file psd.c.

◆ channel_count

uint16_t PSDContext::channel_count

Definition at line 52 of file psd.c.

◆ channel_depth

uint16_t PSDContext::channel_depth

Definition at line 53 of file psd.c.

◆ uncompressed_size

uint64_t PSDContext::uncompressed_size

Definition at line 55 of file psd.c.

◆ pixel_size

unsigned int PSDContext::pixel_size

Definition at line 56 of file psd.c.

◆ line_size

uint64_t PSDContext::line_size

Definition at line 57 of file psd.c.

◆ width

int PSDContext::width

Definition at line 59 of file psd.c.

◆ height

int PSDContext::height

Definition at line 60 of file psd.c.

◆ compression

enum PsdCompr PSDContext::compression

Definition at line 62 of file psd.c.

◆ color_mode

enum PsdColorMode PSDContext::color_mode

Definition at line 63 of file psd.c.

◆ palette

uint8_t PSDContext::palette[AVPALETTE_SIZE]

Definition at line 65 of file psd.c.


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