Commit dbfb2c1a authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mp3dec: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9dba3f8f
......@@ -64,7 +64,7 @@ static int check(AVIOContext *pb, int64_t pos, uint32_t *header);
static int mp3_read_probe(AVProbeData *p)
{
int max_frames, first_frames = 0;
int fsize, frames, ret;
int frames, ret;
uint32_t header;
const uint8_t *buf, *buf0, *buf2, *end;
......
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