avformat/mpc8: Fix shadowing
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user