diff options
author | Devin Heitmueller <devin.heitmueller@ltnglobal.com> | 2023-03-17 11:02:31 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-04-02 21:31:05 +0200 |
commit | 85c62b48e9189d84746009f26a4cff41ad5d4603 (patch) | |
tree | dd4a4c1f2913e870627d2d7dc3e20a36a393aa8c /libavcodec/avfft.c | |
parent | 9d140ecaf80762aa13a71ea528ec4431e0355ed1 (diff) | |
download | ffmpeg-85c62b48e9189d84746009f26a4cff41ad5d4603.tar.gz |
avcodec/bytestream: fix warnings with signed/unsigned compare in bytestream.h
When including the header in decklink_enc.cpp it would be fed
through the C++ compiler rather than the C compiler, which has
more strict warnings when comparing signed/unsigned values.
Make the local variables unsigned to match the arguments they are
being passed for those functions.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavcodec/avfft.c')
0 files changed, 0 insertions, 0 deletions