Fix a typo in amr.c.

This commit is contained in:
Carl Eugen Hoyos 2014-04-09 22:34:04 +02:00
parent 2a3ff9fbba
commit cf79f20275
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
return AVERROR(EIO); return AVERROR(EIO);
} }
// FIXME this is wrong, this should rather be in a AVParset // FIXME this is wrong, this should rather be in a AVParser
toc = avio_r8(s->pb); toc = avio_r8(s->pb);
mode = (toc >> 3) & 0x0F; mode = (toc >> 3) & 0x0F;