1 #include "dv1394input.h"
5 DV1394Input::DV1394Input(VideoDevice *device)
14 DV1394Input::~DV1394Input()
26 void DV1394Input::start()
33 void DV1394Input::run()
37 if((fd = open(device->in_config->dv1394_path, O_RDWR)) < 0)
40 "DV1394Input::run path=s: %s\n",
41 device->in_config->dv1394_path,
48 struct dv1394_init init =
50 api_version: DV1394_API_VERSION,
51 channel: device->out_config->dv1394_channel,
53 format: is_pal ? DV1394_PAL : DV1394_NTSC,