FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dc1394_data Struct Reference

Data Fields

AVClassclass
 
int current_frame
 
int frame_rate
 frames per 1000 seconds (fps * 1000)
 
char * video_size
 String describing video size, set by a private option.
 
char * pixel_format
 Set by a private option.
 
char * framerate
 Set by a private option.
 
AVPacket packet
 

Detailed Description

Definition at line 51 of file libdc1394.c.

Field Documentation

AVClass* dc1394_data::class

Definition at line 52 of file libdc1394.c.

int dc1394_data::current_frame

Definition at line 62 of file libdc1394.c.

Referenced by dc1394_read_common().

int dc1394_data::frame_rate

frames per 1000 seconds (fps * 1000)

Definition at line 63 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::video_size

String describing video size, set by a private option.

Definition at line 64 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::pixel_format

Set by a private option.

Definition at line 65 of file libdc1394.c.

Referenced by dc1394_read_common().

char* dc1394_data::framerate

Set by a private option.

Definition at line 66 of file libdc1394.c.

Referenced by dc1394_read_common().

AVPacket dc1394_data::packet

Definition at line 68 of file libdc1394.c.

Referenced by dc1394_read_common().


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