[FFmpeg-devel] [PATCH] libavcodec/x86/vp8dsp.asm: Revert syntax causing assembly errors in OSS-Fuzz

2025-12-10 Thread xingyaner via ffmpeg-devel
In commit 99fb257 and commit 3135bc0 of FFmpeg, New changes introduce syntax that relies on the assembler preprocessor to evaluate Boolean logic operations (== and !!). However, the assemblers (NASM/YASM) within the OSS-Fuzz environment, or the x86inc. asm macro expansion mechanism, cannot cor

[FFmpeg-devel] [PATCH] libavcodec/x86/vp8dsp.asm: Revert syntax causing assembly errors in OSS-Fuzz

2025-12-10 Thread xingyaner via ffmpeg-devel
In commit 99fb257 and commit 3135bc0 of FFmpeg, New changes introduce syntax that relies on the assembler preprocessor to evaluate Boolean logic operations (== and !!). However, the assemblers (NASM/YASM) within the OSS-Fuzz environment, or the x86inc. asm macro expansion mechanism, cannot cor