Re: [FFmpeg-devel] [PATCH 1/8] avformat/mov: factor size out of probe code

2021-02-08 Thread Michael Niedermayer
On Sat, Feb 06, 2021 at 11:05:35PM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH 1/8] avformat/mov: factor size out of probe code

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 1/8] avformat/mov: factor size out of probe code

2021-02-06 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 8eacf2cc04..9406e42f49 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -7108,9 +7108,11 @@ static int m