[FFmpeg-devel] [PATCH] avdev/libdc1394: distinguish between enumeration errors, and no cameras found

Michael Niedermayer michael at niedermayer.cc
Mon Jul 25 20:26:18 EEST 2016


On Mon, Jul 25, 2016 at 12:21:12PM +0100, Josh de Kock wrote:
> 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)

fixed

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Modern terrorism, a quick summary: Need oil, start war with country that
has oil, kill hundread thousand in war. Let country fall into chaos,
be surprised about raise of fundamantalists. Drop more bombs, kill more
people, be surprised about them taking revenge and drop even more bombs
and strip your own citizens of their rights and freedoms. to be continued
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160725/f4386bf1/attachment.sig>


More information about the ffmpeg-devel mailing list