From eff4820eb20400926649edd61962b5d349489e70 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sat, 30 Nov 2013 21:18:05 +0100 Subject: ffplay: remove no longer necessary codec flush It was introduced in c2e8691c07ca52de7b6b00ba8f2b30c56fd786d7, but since we no longer no longer provide a custom get_buffer callback, the original cause of the issue is gone. Signed-off-by: Marton Balint --- ffplay.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 104598b78c..2eba224f8f 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1990,7 +1990,6 @@ static int video_thread(void *arg) goto the_end; } the_end: - avcodec_flush_buffers(is->video_st->codec); #if CONFIG_AVFILTER avfilter_graph_free(&graph); #endif -- cgit v1.2.3