lavc/error_resilience: Remove two unused variables.
This commit is contained in:
parent
b28ae1e09b
commit
aecdb14ad9
1 changed files with 0 additions and 1 deletions
|
|
@ -475,7 +475,6 @@ static void guess_mv(ERContext *s)
|
|||
none_left = 1;
|
||||
changed = 1;
|
||||
for (pass = 0; (changed || pass < 2) && pass < 10; pass++) {
|
||||
int mb_x, mb_y;
|
||||
int score_sum = 0;
|
||||
|
||||
changed = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue