]> git.sesse.net Git - ffmpeg/commit
fftools/ffplay: get rid of flush_pkt
authorMarton Balint <cus@passwd.hu>
Sun, 7 Feb 2021 12:39:18 +0000 (13:39 +0100)
committerMarton Balint <cus@passwd.hu>
Fri, 19 Feb 2021 20:30:13 +0000 (21:30 +0100)
commita29928e6460e033ad374777b0e660683a49292f5
tree9576f7871893bfa676b9ceeb964d7b3176b8eab6
parent82472afe183bbab7adf31ad9b61874421293690d
fftools/ffplay: get rid of flush_pkt

The packet serial can be used instead to detect when a flush is needed.

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