mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
parent
4fe4772a58
commit
71bceb06e6
@ -142,7 +142,7 @@ static void count_bits(AudioBitScopeContext *s, uint32_t sample, int max)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < max; i++) {
|
||||
if (sample & (1 << i))
|
||||
if (sample & (1U << i))
|
||||
s->counter[i]++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user