[FFmpeg-devel] [PATCH] new version of libdc1394 - resubmitting after review

Alessandro Sappia a.sappia
Wed Jan 9 16:16:29 CET 2008


Previous patch was missing a stupid thing.
I cannot test the LIBDC1394_1 because the old
version simply doesn't support my host and camera.
(1394b)

what I was missing is a

+    if (dc1394_read_common(c,ap,fmt,fps) != 0)
+        return -1;


that should be

+    if (dc1394_read_common(c,ap,&fmt,&fps) != 0)
+        return -1;



Attached again without this typo .

Alessandro
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libdc1394-new.patch
Type: text/x-patch
Size: 10987 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080109/b63914a3/attachment.bin>



More information about the ffmpeg-devel mailing list