FFmpeg
Data Fields
PGSSubObject Struct Reference

Data Fields

int id
 
int w
 
int h
 
uint8_t * rle
 
unsigned int rle_buffer_size
 
unsigned int rle_data_len
 
unsigned int rle_remaining_len
 

Detailed Description

Definition at line 69 of file pgssubdec.c.

Field Documentation

◆ id

int PGSSubObject::id

Definition at line 70 of file pgssubdec.c.

Referenced by find_object().

◆ w

int PGSSubObject::w

Definition at line 71 of file pgssubdec.c.

◆ h

int PGSSubObject::h

Definition at line 72 of file pgssubdec.c.

◆ rle

uint8_t* PGSSubObject::rle

Definition at line 73 of file pgssubdec.c.

Referenced by display_end_segment(), and parse_object_segment().

◆ rle_buffer_size

unsigned int PGSSubObject::rle_buffer_size

Definition at line 74 of file pgssubdec.c.

Referenced by parse_object_segment().

◆ rle_data_len

unsigned int PGSSubObject::rle_data_len

Definition at line 74 of file pgssubdec.c.

Referenced by display_end_segment(), and parse_object_segment().

◆ rle_remaining_len

unsigned int PGSSubObject::rle_remaining_len

Definition at line 75 of file pgssubdec.c.

Referenced by display_end_segment(), and parse_object_segment().


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