Re: [FFmpeg-devel] [PATCH 2/2] lavf/scdet: minor fix

2024-06-30 Thread Michael Niedermayer
On Sat, Jun 29, 2024 at 09:49:59AM +0800, Jun Zhao wrote: > From: Jun Zhao > > Change dbl to i64 for bool type > > Signed-off-by: Jun Zhao > --- > libavfilter/vf_scdet.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147

[FFmpeg-devel] [PATCH 2/2] lavf/scdet: minor fix

2024-06-28 Thread Jun Zhao
From: Jun Zhao Change dbl to i64 for bool type Signed-off-by: Jun Zhao --- libavfilter/vf_scdet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_scdet.c b/libavfilter/vf_scdet.c index 15399cfebf..705bdf9777 100644 --- a/libavfilter/vf_scdet.c +++ b/libav