mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 06:50:44 +00:00
lavc: avoid leaking AVCodecContext.chroma_intra_matrix
This commit is contained in:
parent
106131bb10
commit
198a7788e7
@ -173,6 +173,7 @@ void avcodec_free_context(AVCodecContext **pavctx)
|
||||
av_freep(&avctx->extradata);
|
||||
av_freep(&avctx->subtitle_header);
|
||||
av_freep(&avctx->intra_matrix);
|
||||
av_freep(&avctx->chroma_intra_matrix);
|
||||
av_freep(&avctx->inter_matrix);
|
||||
av_freep(&avctx->rc_override);
|
||||
av_channel_layout_uninit(&avctx->ch_layout);
|
||||
|
Loading…
Reference in New Issue
Block a user