diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2024-09-09 16:15:18 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-23 17:08:46 +0200 |
commit | a7505ec5620a5969ac35fb2999fbe5e6534a8a34 (patch) | |
tree | b6702c91f84d7ba95dc11d6dd9cceb8ec29044b5 /tests | |
parent | 8c185ef4e7a2f58f2a8a71c7696fb81837d936b6 (diff) | |
download | ffmpeg-a7505ec5620a5969ac35fb2999fbe5e6534a8a34.tar.gz |
compat: add a fallback implementation of C23 stdbit.h
Header contents taken from VLC commit 7a970a33329c9836d169727ddbaf49a33240d587.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/fate/source b/tests/ref/fate/source index 1703b36c02..78d3a2e0fa 100644 --- a/tests/ref/fate/source +++ b/tests/ref/fate/source @@ -24,6 +24,7 @@ Headers without standard inclusion guards: compat/djgpp/math.h compat/float/float.h compat/float/limits.h +compat/stdbit/stdbit.h libavcodec/bitstream_template.h tools/decode_simple.h Use of av_clip() where av_clip_uintp2() could be used: |