avformat/mpc8: Fix shadowing

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-02-21 15:24:48 +01:00
parent 378928e79f
commit 8f9239a869
+1 -1
View File
@@ -297,7 +297,7 @@ static int mpc8_read_header(AVFormatContext *s)
avio_skip(pb, size);
if (pb->seekable & AVIO_SEEKABLE_NORMAL) {
int64_t pos = avio_tell(s->pb);
pos = avio_tell(s->pb);
c->apetag_start = ff_ape_parse_tag(s);
avio_seek(s->pb, pos, SEEK_SET);
}