mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavc/error_resilience: remove unused skip_last_mv label
Unused since a7b8a6e704
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user