Commit 2870b86c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e1a57cbb'

* commit 'e1a57cbb':
  ape: Use the proper variable type
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fa321cc0 e1a57cbb
......@@ -38,7 +38,7 @@ static int ape_tag_read_field(AVFormatContext *s)
{
AVIOContext *pb = s->pb;
uint8_t key[1024], *value;
uint32_t size, flags;
int64_t size, flags;
int i, c;
size = avio_rl32(pb); /* field size */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment