summaryrefslogtreecommitdiff
path: root/libavformat/amr.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-04-09 22:34:04 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-04-09 23:21:38 +0200
commitcf79f202757b0444f448fe472595ac140d7a3e77 (patch)
tree5a54e95f710de838979fb17d9168df53c3ec402e /libavformat/amr.c
parent2a3ff9fbbacf1429cd5ba2d7604b823c8d16a34f (diff)
downloadffmpeg-cf79f202757b0444f448fe472595ac140d7a3e77.tar.gz
Fix a typo in amr.c.
Diffstat (limited to 'libavformat/amr.c')
-rw-r--r--libavformat/amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/amr.c b/libavformat/amr.c
index 0d395c4092..47c1244b1d 100644
--- a/libavformat/amr.c
+++ b/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;