aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vvc/dsp_init.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-30 16:23:51 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-04-09 11:45:14 +0200
commit830fab689153a41fc4491b1add411a628a00fb5a (patch)
tree898bb6a1b0b394d6e8e0a1a113b929106e9de47c /libavcodec/x86/vvc/dsp_init.c
parent02eda84bf2fcf0db7793872204b0f564a6557232 (diff)
downloadffmpeg-830fab689153a41fc4491b1add411a628a00fb5a.tar.gz
avutil/tests/channel_layout: Improve enum range check
Both GCC and Clang use unsigned as underlying type of an enum with no negative enumeration constants, making checks like "layout->order >= 0" here tautologically true. Clang warns about this. Combine both range checks by casting to unsigned to suppress this warning. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86/vvc/dsp_init.c')
0 files changed, 0 insertions, 0 deletions