Re: [FFmpeg-devel] [PATCH] avcodec/tiff: Fix loop detection

2022-09-16 Thread Michael Niedermayer
On Fri, Sep 16, 2022 at 05:13:46PM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excellence is to question oneself and others. -- Socrates signature.

Re: [FFmpeg-devel] [PATCH] avcodec/tiff: Fix loop detection

2022-09-16 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] avcodec/tiff: Fix loop detection

2022-09-12 Thread Michael Niedermayer
Fixes regression with tickets/4364/L1004220.DNG Signed-off-by: Michael Niedermayer --- libavcodec/tiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index beb427e0074..226050744fc 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/ti