Re: [FFmpeg-devel] [PATCH 3/6] avcodec/vvc/refs: Use unsigned mask

2024-07-09 Thread Michael Niedermayer
On Mon, Jul 08, 2024 at 09:49:25PM +0800, Nuo Mi wrote: > LGTM. > Thank you, Michael, will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Homeopathy is like voting while filling the ballot out with transparent ink. Sometimes the outcome one wanted oc

Re: [FFmpeg-devel] [PATCH 3/6] avcodec/vvc/refs: Use unsigned mask

2024-07-08 Thread Nuo Mi
LGTM. Thank you, Michael, On Mon, Jul 8, 2024 at 2:48 AM Michael Niedermayer wrote: > Not a bugfix, but might fix CID1604361 Overflowed constant > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavcodec/vvc/refs.c | 2 +- > 1 file changed, 1 insertion(+), 1

[FFmpeg-devel] [PATCH 3/6] avcodec/vvc/refs: Use unsigned mask

2024-07-07 Thread Michael Niedermayer
Not a bugfix, but might fix CID1604361 Overflowed constant Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- libavcodec/vvc/refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vvc/refs.c b/libavcodec/vvc/refs.c index 26a5b0b34cc..c1fc6132c