FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
EXRContext Struct Reference

Data Fields

AVFrame picture
 
int compr
 
int bits_per_color_id
 
int channel_offsets [4]
 
uint8_tuncompressed_data
 
int uncompressed_size
 
uint8_ttmp
 
int tmp_size
 

Detailed Description

Definition at line 51 of file exr.c.

Field Documentation

AVFrame EXRContext::picture

Definition at line 52 of file exr.c.

Referenced by decode_end(), decode_frame(), and decode_init().

int EXRContext::compr

Definition at line 53 of file exr.c.

Referenced by decode_frame(), and decode_init().

int EXRContext::bits_per_color_id

Definition at line 54 of file exr.c.

Referenced by decode_frame().

int EXRContext::channel_offsets[4]

Definition at line 55 of file exr.c.

Referenced by decode_frame().

uint8_t* EXRContext::uncompressed_data

Definition at line 57 of file exr.c.

Referenced by decode_end(), and decode_frame().

int EXRContext::uncompressed_size

Definition at line 58 of file exr.c.

Referenced by decode_frame().

uint8_t* EXRContext::tmp

Definition at line 60 of file exr.c.

Referenced by decode_end(), and decode_frame().

int EXRContext::tmp_size

Definition at line 61 of file exr.c.

Referenced by decode_frame().


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