early-access version 1680
This commit is contained in:
1
externals/ffmpeg/tests/api/api-h264-test.c
vendored
1
externals/ffmpeg/tests/api/api-h264-test.c
vendored
@@ -144,7 +144,6 @@ static int video_decode_example(const char *input_filename)
|
||||
|
||||
av_packet_unref(&pkt);
|
||||
av_frame_free(&fr);
|
||||
avcodec_close(ctx);
|
||||
avformat_close_input(&fmt_ctx);
|
||||
avcodec_free_context(&ctx);
|
||||
av_freep(&byte_buffer);
|
||||
|
Reference in New Issue
Block a user