Re: [FFmpeg-devel] [PATCH 5/5] avformat/av1dec: Flush BSF upon seeking

2021-08-22 Thread James Almer
On 8/22/2021 8:29 AM, Andreas Rheinhardt wrote: The av1_merge_frame BSF outputs its cached data when it sees the beginning of a new frame, i.e. when it sees a temporal delimiter OBU. Therefore it typically has a temporal delimiter OBU cached after outputting a packet. This implies that the OBU d

[FFmpeg-devel] [PATCH 5/5] avformat/av1dec: Flush BSF upon seeking

2021-08-22 Thread Andreas Rheinhardt
The av1_merge_frame BSF outputs its cached data when it sees the beginning of a new frame, i.e. when it sees a temporal delimiter OBU. Therefore it typically has a temporal delimiter OBU cached after outputting a packet. This implies that the OBU demuxer must flush its BSF upon seeking because oth