Re: [FFmpeg-devel] [PATCH 1/4] fftools/ffplay: get rid of flush_pkt

2021-02-19 Thread Marton Balint
On Sun, 7 Feb 2021, Marton Balint wrote: The packet serial can be used instead to detect when a flush is needed. Signed-off-by: Marton Balint --- fftools/ffplay.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) Will apply the series. Regards, Marton

[FFmpeg-devel] [PATCH 1/4] fftools/ffplay: get rid of flush_pkt

2021-02-07 Thread Marton Balint
The packet serial can be used instead to detect when a flush is needed. Signed-off-by: Marton Balint --- fftools/ffplay.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 9ff0425163..70d8548a64 100644 --