FFmpeg
|
Data Fields | |
AVClass * | class |
int | current_frame |
int | frame_rate |
frames per 1000 seconds (fps * 1000) More... | |
char * | video_size |
String describing video size, set by a private option. More... | |
char * | pixel_format |
Set by a private option. More... | |
char * | framerate |
Set by a private option. More... | |
AVPacket | packet |
Definition at line 55 of file libdc1394.c.
AVClass* dc1394_data::class |
Definition at line 56 of file libdc1394.c.
int dc1394_data::current_frame |
Definition at line 66 of file libdc1394.c.
Referenced by dc1394_read_common().
int dc1394_data::frame_rate |
frames per 1000 seconds (fps * 1000)
Definition at line 67 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 68 of file libdc1394.c.
Referenced by dc1394_read_common().
char* dc1394_data::pixel_format |
Set by a private option.
Definition at line 69 of file libdc1394.c.
Referenced by dc1394_read_common().
char* dc1394_data::framerate |
Set by a private option.
Definition at line 70 of file libdc1394.c.
Referenced by dc1394_read_common().
AVPacket dc1394_data::packet |
Definition at line 72 of file libdc1394.c.
Referenced by dc1394_read_common().