summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-15 10:39:49 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-15 11:09:47 +0100
commit538be75a69a7844542d77462ae0a1118839250e3 (patch)
tree108f23f4b493fba9202222c4e791721d4f5b5e31 /libavcodec/error_resilience.c
parentd4b605afab5ece438ba0c6c1671aef9907ecf529 (diff)
downloadffmpeg-538be75a69a7844542d77462ae0a1118839250e3.tar.gz
avcodec/error_resilience: Remove unused label
Forgotten in be95df12bb06b183c8d2aea3b0831fdf05466cf3. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/error_resilience.c')
-rw-r--r--libavcodec/error_resilience.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index 91b7b277a3..e9764f8d96 100644
--- a/libavcodec/error_resilience.c
+++ b/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];