[FFmpeg-devel] [PATCH v3 3/4] avformat/imf: Demuxer implementation
Pierre-Anthony Lemieux
pal at sandflow.com
Mon Nov 22 18:34:58 EET 2021
Hi Paul,
Thanks for the review.
Are you saying that, in the event that any memory allocation fails
within the demuxer, the demuxer is responsible for cleaning-up already
previously allocated memory so that other parts of the pipeline can
continue operating? In other words, ffmpeg is not expected to
immediately die if memory allocation fails in one
demuxer/decoder/muxer?
I just want to make sure I understand the feedback.
Best,
-- Pierre
On Mon, Nov 22, 2021 at 3:19 AM Paul B Mahol <onemda at gmail.com> wrote:
>
>
> The realloc calls still leaks on error.
More information about the ffmpeg-devel
mailing list