Data Fields | |
| AVClass * | class |
| 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 |
Definition at line 53 of file libdc1394.c.
Definition at line 54 of file libdc1394.c.
frames per 1000 seconds (fps * 1000)
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 68 of file libdc1394.c.
Referenced by dc1394_read_common().
Set by a private option.
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 66 of file libdc1394.c.
Referenced by dc1394_read_common().
1.5.8