OSDN Git Service

ffplay: do not wait for flushing the picture queue on flush packet
authorMarton Balint <cus@passwd.hu>
Sun, 24 Nov 2013 21:51:13 +0000 (22:51 +0100)
committerMarton Balint <cus@passwd.hu>
Fri, 6 Dec 2013 18:57:44 +0000 (19:57 +0100)
commit318bf57c3fb89a96008b114731e59063301ad6d1
tree8b1eff4a85efb23a86471d3d57b9eb72d5f0772c
parent90539cea336fd513c47295a03c164cb4a851166f
ffplay: do not wait for flushing the picture queue on flush packet

It is no longer necessary. Also do frame timer and video current pos reset in
the main thread because with the wait removed, the timing would not be optimal
in the read thread.

Signed-off-by: Marton Balint <cus@passwd.hu>
ffplay.c