On 11/7/18, Carl Eugen Hoyos <ceffm...@gmail.com> wrote:
> 2018-11-07 1:07 GMT+01:00, Marton Balint <c...@passwd.hu>:
>>
>>
>> On Wed, 7 Nov 2018, Carl Eugen Hoyos wrote:
>>
>>> Hi!
>>>
>>> Attached patch silences the console flooding for incomplete apng files
>>> and fixes ticket #7536:
>>> In-stream tag=[0][0][0][0] (0x00000000) len=0 is not implemented.
>>> Update your FFmpeg version...
>>>
>>> Please comment, Carl Eugen
>>>
>>
>>>+
>>>+    if (pb->eof_reached)
>>>+        return AVERROR_EOF;
>>>+
>>
>> Why not avio_feof(pb)?
>
> New patch attached.
>
> Please comment, Carl Eugen
>

Isn't this same patch?
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to