avcodec/error_resilience: Remove unused label

Forgotten in be95df12bb.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-02-15 10:39:49 +01:00
parent d4b605afab
commit 538be75a69
1 changed files with 0 additions and 1 deletions

View File

@ -1327,7 +1327,6 @@ void ff_er_frame_end(ERContext *s)
}
}
ec_clean:
/* clean a few tables */
for (i = 0; i < s->mb_num; i++) {
const int mb_xy = s->mb_index2xy[i];