[FFmpeg-devel] [PATCH] Fix iterating of input and output devices
Timo Rothenpieler
timo at rothenpieler.org
Wed Mar 14 14:25:08 EET 2018
>- if (!(prev = ((AVOutputFormat *)prev)->next))
>+ if (!(prev = prev ? ((AVInputFormat *)prev)->next :
(void*)outdev_list[0]))
AVOutputFormat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3994 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180314/201b8a49/attachment.bin>
More information about the ffmpeg-devel
mailing list