diff options
author | Marton Balint <cus@passwd.hu> | 2013-11-30 21:18:05 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2013-12-06 19:57:45 +0100 |
commit | eff4820eb20400926649edd61962b5d349489e70 (patch) | |
tree | ab9ccf304258c8295f745ad6f9a8ccfd5eb78d53 /ffplay.c | |
parent | 318bf57c3fb89a96008b114731e59063301ad6d1 (diff) | |
download | ffmpeg-eff4820eb20400926649edd61962b5d349489e70.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |