summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd_lavc.c')
-rw-r--r--video/decode/vd_lavc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index 1ecd65af6b..6df662e23c 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -455,7 +455,6 @@ static void uninit_avctx(struct dec_video *vd)
MP_ERR(vd, "Could not close codec.\n");
av_freep(&avctx->extradata);
- av_freep(&avctx->slice_offset);
}
if (ctx->hwdec && ctx->hwdec->uninit)