summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-21 19:14:34 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-29 02:21:32 +0300
commit05e75e794623754f6e1e77ea20f46629bc71882b (patch)
tree95d7bc17111b6458a3b2a1fde5152c9bc78a657b /player
parentd2349cb833efd99b2f3382a7629b9e70f2b50d24 (diff)
downloadmpv-05e75e794623754f6e1e77ea20f46629bc71882b.tar.bz2
mpv-05e75e794623754f6e1e77ea20f46629bc71882b.tar.xz
encode: some more cleanups
Diffstat (limited to 'player')
-rw-r--r--player/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index bb80591220..b070b1aabe 100644
--- a/player/main.c
+++ b/player/main.c
@@ -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