encode: some more cleanups

This commit is contained in:
wm4
2018-04-21 19:14:34 +02:00
committed by Jan Ekström
parent d2349cb833
commit 05e75e7946
4 changed files with 6 additions and 32 deletions

View File

@@ -165,7 +165,6 @@ void mp_destroy(struct MPContext *mpctx)
uninit_video_out(mpctx);
#if HAVE_ENCODING
encode_lavc_finish(mpctx->encode_lavc_ctx);
encode_lavc_free(mpctx->encode_lavc_ctx);
#endif