Commit cf79f202 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix a typo in amr.c.

parent 2a3ff9fb
...@@ -115,7 +115,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -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;
......
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