[FFmpeg-devel] [PATCH] Fix iterating of input and output devices

Felix Matouschek felix at matouschek.org
Wed Mar 14 14:31:15 EET 2018


My bad

Am 14.03.2018 13:25, schrieb Timo Rothenpieler:
>> -            if (!(prev = ((AVOutputFormat *)prev)->next))
>> +            if (!(prev = prev ? ((AVInputFormat *)prev)->next :
> (void*)outdev_list[0]))
> 
> AVOutputFormat
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-iterating-of-input-and-output-devices.patch
Type: text/x-diff
Size: 1461 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180314/24a70c93/attachment.patch>


More information about the ffmpeg-devel mailing list