Browse Source

lavc/error_resilience: Remove two unused variables.

tags/n3.3
Carl Eugen Hoyos 8 years ago
parent
commit
aecdb14ad9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/error_resilience.c

+ 0
- 1
libavcodec/error_resilience.c View File

@@ -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…
Cancel
Save