mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 17:51:52 +08:00
lavc/error_resilience: Remove two unused variables.
This commit is contained in:
@@ -475,7 +475,6 @@ static void guess_mv(ERContext *s)
|
|||||||
none_left = 1;
|
none_left = 1;
|
||||||
changed = 1;
|
changed = 1;
|
||||||
for (pass = 0; (changed || pass < 2) && pass < 10; pass++) {
|
for (pass = 0; (changed || pass < 2) && pass < 10; pass++) {
|
||||||
int mb_x, mb_y;
|
|
||||||
int score_sum = 0;
|
int score_sum = 0;
|
||||||
|
|
||||||
changed = 0;
|
changed = 0;
|
||||||
|
Reference in New Issue
Block a user