mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 18:31:37 +00:00
Fix a typo in amr.c.
This commit is contained in:
parent
2a3ff9fbba
commit
cf79f20275
@ -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…
Reference in New Issue
Block a user