Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older

2024-06-27 Thread Frank Plowman
On 26/06/2024 09:20, Martin Storsjö wrote: > Versions of MSVC older than 17.9 error out here with the following > error: > > src/libavcodec/vvc/filter.c(815): error C2059: syntax error: '}' > src/libavcodec/vvc/filter.c(832): error C2065: 'all_zero_bs': undeclared > identifier > src/l

[FFmpeg-devel] [PATCH] avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older

2024-06-26 Thread Martin Storsjö
Versions of MSVC older than 17.9 error out here with the following error: src/libavcodec/vvc/filter.c(815): error C2059: syntax error: '}' src/libavcodec/vvc/filter.c(832): error C2065: 'all_zero_bs': undeclared identifier src/libavcodec/vvc/filter.c(836): error C2065: 'all_zero_bs':