FFmpeg
Data Fields
GIFParseContext Struct Reference

Data Fields

ParseContext pc
 
unsigned found_sig
 
int found_start
 
int found_end
 
int index
 
int state
 
int gct_flag
 
int gct_size
 
int block_size
 
int etype
 
int delay
 

Detailed Description

Definition at line 41 of file gif_parser.c.

Field Documentation

◆ pc

ParseContext GIFParseContext::pc

Definition at line 42 of file gif_parser.c.

◆ found_sig

unsigned GIFParseContext::found_sig

Definition at line 43 of file gif_parser.c.

◆ found_start

int GIFParseContext::found_start

Definition at line 44 of file gif_parser.c.

◆ found_end

int GIFParseContext::found_end

Definition at line 45 of file gif_parser.c.

◆ index

int GIFParseContext::index

◆ state

int GIFParseContext::state

Definition at line 47 of file gif_parser.c.

◆ gct_flag

int GIFParseContext::gct_flag

Definition at line 48 of file gif_parser.c.

◆ gct_size

int GIFParseContext::gct_size

Definition at line 49 of file gif_parser.c.

◆ block_size

int GIFParseContext::block_size

Definition at line 50 of file gif_parser.c.

◆ etype

int GIFParseContext::etype

Definition at line 51 of file gif_parser.c.

◆ delay

int GIFParseContext::delay

Definition at line 52 of file gif_parser.c.


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