TargaContext Struct Reference

Data Fields

AVFrame picture
int width
int height
int bpp
int color_type
int compression_type

Detailed Description

Definition at line 28 of file targa.c.

Field Documentation

int TargaContext::bpp

Definition at line 32 of file targa.c.

Referenced by decode_frame().

int TargaContext::color_type

Definition at line 33 of file targa.c.

int TargaContext::compression_type

Definition at line 34 of file targa.c.

int TargaContext::height

Definition at line 31 of file targa.c.

Referenced by decode_frame().

AVFrame TargaContext::picture

Definition at line 29 of file targa.c.

Referenced by decode_frame(), targa_encode_init(), targa_end(), and targa_init().

int TargaContext::width

Definition at line 31 of file targa.c.

Referenced by decode_frame().


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