Commit eff4820e authored by Marton Balint's avatar Marton Balint

ffplay: remove no longer necessary codec flush

It was introduced in c2e8691c, but since we no
longer no longer provide a custom get_buffer callback, the original cause of
the issue is gone.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 318bf57c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment