From 0d6b4351c64664d8c2f56d0ddb5e38b800ed8751 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 27 May 2020 09:30:46 +0200 Subject: Remove unnecessary use of avcodec_close(). Replace it with avcodec_free_context() or drop it completely as appropriate. --- tests/api/api-seek-test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/api/api-seek-test.c') diff --git a/tests/api/api-seek-test.c b/tests/api/api-seek-test.c index d0531a2f73..ae33581244 100644 --- a/tests/api/api-seek-test.c +++ b/tests/api/api-seek-test.c @@ -266,7 +266,6 @@ end: av_freep(&crc_array); av_freep(&pts_array); av_frame_free(&fr); - avcodec_close(ctx); avformat_close_input(&fmt_ctx); avcodec_free_context(&ctx); return result; -- cgit v1.2.3