diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-30 16:23:51 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-09 11:45:14 +0200 |
commit | 830fab689153a41fc4491b1add411a628a00fb5a (patch) | |
tree | 898bb6a1b0b394d6e8e0a1a113b929106e9de47c /libavcodec/x86/vvc/dsp_init.c | |
parent | 02eda84bf2fcf0db7793872204b0f564a6557232 (diff) | |
download | ffmpeg-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