Go to the source code of this file.
Classes | |
| struct | dc1394_data |
| struct | dc1394_frame_format |
| struct | dc1394_frame_rate |
Functions | |
| static int | dc1394_read_header (AVFormatContext *c, AVFormatParameters *ap) |
| static int | dc1394_read_packet (AVFormatContext *c, AVPacket *pkt) |
| static int | dc1394_close (AVFormatContext *context) |
Variables | |
| struct dc1394_frame_format | dc1394_frame_formats [] |
| struct dc1394_frame_rate | dc1394_frame_rates [] |
| AVInputFormat | libdc1394_demuxer |
| static int dc1394_read_header | ( | AVFormatContext * | c, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
Definition at line 63 of file libdc1394.c.
| static int dc1394_read_packet | ( | AVFormatContext * | c, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 146 of file libdc1394.c.
| static int dc1394_close | ( | AVFormatContext * | context | ) | [static] |
Definition at line 173 of file libdc1394.c.
| struct dc1394_frame_format dc1394_frame_formats[] |
Referenced by dc1394_read_header().
| struct dc1394_frame_rate dc1394_frame_rates[] |
Referenced by dc1394_read_header().
Initial value:
{
.name = "libdc1394",
.long_name = "dc1394 A/V grab",
.priv_data_size = sizeof(struct dc1394_data),
.read_header = dc1394_read_header,
.read_packet = dc1394_read_packet,
.read_close = dc1394_close,
.flags = AVFMT_NOFILE
}
Definition at line 185 of file libdc1394.c.
1.5.5