[FFmpeg-devel] [PATCH] lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOption
Xiang, Haihao
haihao.xiang at intel.com
Wed Dec 29 07:40:20 EET 2021
On Fri, 2021-01-29 at 08:54 +0800, Haihao Xiang wrote:
> The string for AV_OPT_TYPE_STRING AVOption gets freed by av_opt_free()
> when closing the AVCodecContext
>
> Signed-off-by: Haihao Xiang <haihao.xiang at intel.com>
> ---
> libavcodec/qsvdec.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c
> index d10f90a0db..2d4f72b3f6 100644
> --- a/libavcodec/qsvdec.c
> +++ b/libavcodec/qsvdec.c
> @@ -667,8 +667,6 @@ static av_cold int qsv_decode_close(AVCodecContext *avctx)
> {
> QSVDecContext *s = avctx->priv_data;
>
> - av_freep(&s->qsv.load_plugins);
> -
> ff_qsv_decode_close(&s->qsv);
>
> qsv_clear_buffers(s);
Will apply.
-Haihao
More information about the ffmpeg-devel
mailing list