On Tue, Sep 15, 2020 at 09:39:47AM +0200, Andreas Rheinhardt wrote: > The JPEG2000 encoder did not clean up after itself on error. > This commit fixes this by modifying the cleanup function to be able to > handle only partially allocated structures and by setting the > FF_CODEC_CAP_INIT_CLEANUP flag. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/j2kenc.c | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) >
lgtm _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
