This was missed in the previous cleanup patch.
---
 libavformat/amr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/amr.c b/libavformat/amr.c
index 12b2b7f..efb5edd 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
         };
-- 
1.7.9.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to