lavc/error_resilience: remove unused skip_last_mv label

Unused since a7b8a6e704
This commit is contained in:
Clément Bœsch 2016-06-22 11:07:54 +02:00
parent e6247a22c0
commit 0491d6993a
1 changed files with 0 additions and 2 deletions

View File

@ -592,8 +592,6 @@ skip_mean_and_median:
ref[pred_count] = prev_ref;
pred_count++;
skip_last_mv:
for (j = 0; j < pred_count; j++) {
int *linesize = s->cur_pic.f->linesize;
int score = 0;