mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
d4b605afab
commit
538be75a69
|
@ -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…
Reference in New Issue