Re: [FFmpeg-devel] [PATCH 4/8] avformat/mov: Factor offset advancement out in probing

2021-02-10 Thread Michael Niedermayer
On Sat, Feb 06, 2021 at 11:07:35PM +0100, Paul B Mahol wrote: > LGTM will apply {...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of discord comes the fairest harmony. -- Heraclitus signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH 4/8] avformat/mov: Factor offset advancement out in probing

2021-02-06 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 4/8] avformat/mov: Factor offset advancement out in probing

2021-02-06 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 8504e97831..7e634c9ec3 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -7137,7 +7137,6 @@ static int mov_probe(co