Commit 0491d699 authored by Clément Bœsch's avatar Clément Bœsch

lavc/error_resilience: remove unused skip_last_mv label

Unused since a7b8a6e7
parent e6247a22
...@@ -592,8 +592,6 @@ skip_mean_and_median: ...@@ -592,8 +592,6 @@ skip_mean_and_median:
ref[pred_count] = prev_ref; ref[pred_count] = prev_ref;
pred_count++; pred_count++;
skip_last_mv:
for (j = 0; j < pred_count; j++) { for (j = 0; j < pred_count; j++) {
int *linesize = s->cur_pic.f->linesize; int *linesize = s->cur_pic.f->linesize;
int score = 0; int score = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment