mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
Merge commit '9858a723cbcb206287fd0232d74c6a0991eecdc8' into release/0.10
* commit '9858a723cbcb206287fd0232d74c6a0991eecdc8': elbg: Fix an assert Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9d94589852
@ -110,7 +110,7 @@ static int get_high_utility_cell(elbg_data *elbg)
|
|||||||
while (elbg->utility_inc[i] < r)
|
while (elbg->utility_inc[i] < r)
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
assert(!elbg->cells[i]);
|
assert(elbg->cells[i]);
|
||||||
|
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user