FFmpeg  4.0
Data Fields
SUNRASTContext Struct Reference

Data Fields

AVClassclass
 
PutByteContext p
 
int depth
 depth of pixel More...
 
int length
 length (bytes) of image More...
 
int type
 type of file More...
 
int maptype
 type of colormap More...
 
int maplength
 length (bytes) of colormap More...
 
int size
 

Detailed Description

Definition at line 29 of file sunrastenc.c.

Field Documentation

◆ class

AVClass* SUNRASTContext::class

Definition at line 30 of file sunrastenc.c.

◆ p

PutByteContext SUNRASTContext::p

◆ depth

int SUNRASTContext::depth

depth of pixel

Definition at line 33 of file sunrastenc.c.

Referenced by sunrast_encode_init(), sunrast_image_write_header(), and sunrast_image_write_image().

◆ length

int SUNRASTContext::length

length (bytes) of image

Definition at line 34 of file sunrastenc.c.

Referenced by sunrast_encode_frame(), sunrast_encode_init(), sunrast_image_write_header(), and sunrast_image_write_image().

◆ type

int SUNRASTContext::type

◆ maptype

int SUNRASTContext::maptype

type of colormap

Definition at line 36 of file sunrastenc.c.

Referenced by sunrast_encode_init(), and sunrast_image_write_header().

◆ maplength

int SUNRASTContext::maplength

length (bytes) of colormap

Definition at line 37 of file sunrastenc.c.

Referenced by sunrast_encode_init(), sunrast_image_write_header(), and sunrast_image_write_image().

◆ size

int SUNRASTContext::size

Definition at line 38 of file sunrastenc.c.

Referenced by sunrast_encode_frame(), and sunrast_encode_init().


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