summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2013-11-30 21:18:05 +0100
committerMarton Balint <cus@passwd.hu>2013-12-06 19:57:45 +0100
commiteff4820eb20400926649edd61962b5d349489e70 (patch)
treeab9ccf304258c8295f745ad6f9a8ccfd5eb78d53 /ffplay.c
parent318bf57c3fb89a96008b114731e59063301ad6d1 (diff)
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 <cus@passwd.hu>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
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