Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/cavs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index b6dcd2e4ec..416bdced03 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -701,6 +701,8 @@ av_cold int ff_cavs_init(AVCodecContext *avctx) {
av_cold int ff_cavs_end(AVCodecContext *avctx) {
AVSContext *h = avctx->priv_data;
+ ff_MPV_common_end(&h->s);
+
av_free(h->top_qp);
av_free(h->top_mv[0]);
av_free(h->top_mv[1]);