summaryrefslogtreecommitdiff
path: root/libavformat/amr.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-17 19:06:56 +0300
committerMartin Storsjö <martin@martin.st>2012-06-17 22:50:04 +0300
commit634e874de58b6a1ad50134bea79505e146b87d39 (patch)
treed119768e9f9443c403dcead80385cea7b2318037 /libavformat/amr.c
parente9ef88fbd299051df0bb8b344393c50cc1d159d8 (diff)
amr: More space cleanup
This was missed in the previous cleanup patch. Signed-off-by: Martin Storsjö <martin@martin.st>
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 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
};