On Mon, Sep 14, 2020 at 07:27:39AM +0200, Andreas Rheinhardt wrote: > The dsicinvideo decoder already has the FF_CODEC_CAP_INIT_CLEANUP flag > set, so it is unnecessary to directly clean up some already allocated > buffers in case another one could not be allocated in the init function, > as all buffers will be freed anyway later in the decoder's close > function. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/dsicinvideo.c | 1 - > 1 file changed, 1 deletion(-) >
probably ok _______________________________________________ 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".
