Fix a typo in amr.c.

pull/64/head
Carl Eugen Hoyos 11 years ago
parent 2a3ff9fbba
commit cf79f20275
  1. 2
      libavformat/amr.c

@ -115,7 +115,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
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);
mode = (toc >> 3) & 0x0F;

Loading…
Cancel
Save