From cf79f202757b0444f448fe472595ac140d7a3e77 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 9 Apr 2014 22:34:04 +0200 Subject: [PATCH] Fix a typo in amr.c. --- libavformat/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;