On Mon, Jul 25, 2016, at 10:23 AM, Michael Niedermayer wrote: > > applied > > will push once git.videolan.org is up again > > thx
if you haven't pushed already, could you change the following: if (dc1394_camera_enumerate(dc1394->d, &list) != DC1394_SUCCESS || !list){ should be: if (dc1394_camera_enumerate(dc1394->d, &list) != DC1394_SUCCESS || !list) { and 'lavd/libdc1394: distinguish between enumeration errors and no cameras found' is probably a better commit message (fits in with the other commit messages more) Thanks, -- Josh _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel