Re: [FFmpeg-devel] [PATCH] avformat/mov: Reduce seek when interleaved_read is disabled

2025-04-23 Thread Zhao Zhili
> On Apr 17, 2025, at 20:12, Zhao Zhili wrote: > > From: Zhao Zhili > > Don't select sample with small dts when interleaved_read is disabled. > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 45269

[FFmpeg-devel] [PATCH] avformat/mov: Reduce seek when interleaved_read is disabled

2025-04-17 Thread Zhao Zhili
From: Zhao Zhili Don't select sample with small dts when interleaved_read is disabled. --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 452690090c..cb81b6c4da 100644 --- a/libavformat/mov.c +++ b/libavformat/mov