Change #250441
| Category | ffmpeg |
| Changed by | Piotr Pawlowski <p@perkele.cc> |
| Changed at | Fri 28 Nov 2025 19:52:51 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 372dab2a4d2cbfee365b3e654681f38547916145 |
Comments
All: Removed reliance on compiler performing dead code elimination, changed various macro constant checks from if() to #if
Changed files
- libavcodec/avcodec.c
- libavcodec/encode.c
- libavcodec/x86/flacdsp_init.c
- libavcodec/x86/hevc/dsp_init.c
- libavcodec/x86/idctdsp_init.c
- libavcodec/x86/mlpdsp_init.c
- libavcodec/x86/v210-init.c
- libavcodec/x86/v210enc_init.c
- libavfilter/x86/colorspacedsp_init.c
- libavfilter/x86/f_ebur128_init.c
- libavfilter/x86/vf_atadenoise_init.c
- libavfilter/x86/vf_bwdif_init.c
- libavfilter/x86/vf_nlmeans_init.c
- libavfilter/x86/vf_ssim_init.c
- libavfilter/x86/vf_w3fdif_init.c