From 634e874de58b6a1ad50134bea79505e146b87d39 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 17 Jun 2012 19:06:56 +0300 Subject: amr: More space cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed in the previous cleanup patch. Signed-off-by: Martin Storsjö --- libavformat/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/amr.c') diff --git a/libavformat/amr.c b/libavformat/amr.c index 12b2b7fe58..efb5eddbd9 100644 --- a/libavformat/amr.c +++ b/libavformat/amr.c @@ -123,7 +123,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt) }; size = packed_size[mode] + 1; - } else if(enc->codec_id == CODEC_ID_AMR_WB) { + } else if (enc->codec_id == CODEC_ID_AMR_WB) { static uint8_t packed_size[16] = { 18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 6, 0, 0, 0, 1, 1 }; -- cgit v1.2.3