]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tests/options.c
tests/api-flac-test: reindent
[ffmpeg] / libavcodec / tests / options.c
index 2e19a6eac2cb5d29b952cb37886e8199c6777ab8..010e3c01455a43f32961d867a6f1ac83e168835b 100644 (file)
@@ -167,7 +167,6 @@ static void test_copy(const AVCodec *c1, const AVCodec *c2)
         avcodec_copy_context(ctx2, ctx1);
         test_copy_print_codec(ctx1);
         test_copy_print_codec(ctx2);
-        avcodec_close(ctx1);
     }
     avcodec_free_context(&ctx1);
     avcodec_free_context(&ctx2);