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>
release/5.1
Andreas Rheinhardt 3 years ago
parent d4b605afab
commit 538be75a69
  1. 1
      libavcodec/error_resilience.c

@ -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];

Loading…
Cancel
Save