mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
[libvpx] scan-build: Assigned value is garbage or undefined
This commit is contained in:
@@ -72,7 +72,7 @@ static int remap_prob(int v, int m) {
|
||||
i = recenter_nonneg(MAX_PROB - 1 - v, MAX_PROB - 1 - m) - 1;
|
||||
|
||||
assert(i >= 0 && (size_t)i < sizeof(map_table));
|
||||
i = map_table[i];
|
||||
if (i >= 0 && (size_t)i < sizeof(map_table)) i = map_table[i];
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user