| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVClass * | class | 
| dc1394_t * | d | 
| dc1394camera_t * | camera | 
| dc1394video_frame_t * | frame | 
| 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... | |
| int | size | 
| int | stream_index | 
Definition at line 36 of file libdc1394.c.
| AVClass* dc1394_data::class | 
Definition at line 37 of file libdc1394.c.
| dc1394_t* dc1394_data::d | 
Definition at line 38 of file libdc1394.c.
Referenced by dc1394_close(), and dc1394_read_header().
| dc1394camera_t* dc1394_data::camera | 
Definition at line 39 of file libdc1394.c.
Referenced by dc1394_close(), dc1394_read_header(), and dc1394_read_packet().
| dc1394video_frame_t* dc1394_data::frame | 
Definition at line 40 of file libdc1394.c.
Referenced by dc1394_read_packet().
| int dc1394_data::current_frame | 
Definition at line 41 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_read_packet().
| int dc1394_data::frame_rate | 
frames per 1000 seconds (fps * 1000)
Definition at line 42 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_read_packet().
| char* dc1394_data::video_size | 
String describing video size, set by a private option.
Definition at line 43 of file libdc1394.c.
Referenced by dc1394_read_common().
| char* dc1394_data::pixel_format | 
Set by a private option.
Definition at line 44 of file libdc1394.c.
Referenced by dc1394_read_common().
| char* dc1394_data::framerate | 
Set by a private option.
Definition at line 45 of file libdc1394.c.
Referenced by dc1394_read_common().
| int dc1394_data::size | 
Definition at line 47 of file libdc1394.c.
Referenced by dc1394_read_common().
| int dc1394_data::stream_index | 
Definition at line 48 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_read_packet().
 1.8.17