mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 13:30:45 +00:00
parent
274e134e49
commit
e816aaacd6
@ -118,7 +118,7 @@ static int ape_tag_read_field(AVFormatContext *s)
|
||||
int64_t ff_ape_parse_tag(AVFormatContext *s)
|
||||
{
|
||||
AVIOContext *pb = s->pb;
|
||||
int file_size = avio_size(pb);
|
||||
int64_t file_size = avio_size(pb);
|
||||
uint32_t val, fields, tag_bytes;
|
||||
uint8_t buf[8];
|
||||
int64_t tag_start;
|
||||
|
Loading…
Reference in New Issue
Block a user