Libav
Data Fields
VideoDemuxData Struct Reference

Data Fields

const AVClassclass
 Class for private options. More...
 
int img_first
 
int img_last
 
int img_number
 
int img_count
 
int is_pipe
 
char path [1024]
 
char * pixel_format
 Set by a private option. More...
 
char * video_size
 Set by a private option. More...
 
char * framerate
 Set by a private option. More...
 
int loop
 
int start_number
 

Detailed Description

Definition at line 31 of file img2dec.c.

Field Documentation

const AVClass* VideoDemuxData::class

Class for private options.

Definition at line 32 of file img2dec.c.

int VideoDemuxData::img_first

Definition at line 33 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

int VideoDemuxData::img_last

Definition at line 34 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

int VideoDemuxData::img_number

Definition at line 35 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

int VideoDemuxData::img_count

Definition at line 36 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

int VideoDemuxData::is_pipe

Definition at line 37 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

char VideoDemuxData::path[1024]

Definition at line 38 of file img2dec.c.

Referenced by img_read_header(), and img_read_packet().

char* VideoDemuxData::pixel_format

Set by a private option.

Definition at line 39 of file img2dec.c.

Referenced by img_read_header().

char* VideoDemuxData::video_size

Set by a private option.

Definition at line 40 of file img2dec.c.

Referenced by img_read_header().

char* VideoDemuxData::framerate

Set by a private option.

Definition at line 41 of file img2dec.c.

Referenced by img_read_header().

int VideoDemuxData::loop

Definition at line 42 of file img2dec.c.

Referenced by img_read_packet().

int VideoDemuxData::start_number

Definition at line 43 of file img2dec.c.

Referenced by img_read_header().


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