avformat/bonk: Fix shadowing

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-02-21 14:41:50 +01:00
parent 5198d8802c
commit 4014d35dda
+1 -2
View File
@@ -63,8 +63,7 @@ static int bonk_read_header(AVFormatContext *s)
const int b = avio_r8(s->pb);
if (!b) {
uint32_t t;
int ret = ffio_ensure_seekback(s->pb, 3);
ret = ffio_ensure_seekback(s->pb, 3);
if (ret < 0)
return ret;