[FFmpeg-cvslog] amr: More space cleanup
Martin Storsjö
git at videolan.org
Mon Jun 18 20:25:38 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Jun 17 19:06:56 2012 +0300| [634e874de58b6a1ad50134bea79505e146b87d39] | committer: Martin Storsjö
amr: More space cleanup
This was missed in the previous cleanup patch.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=634e874de58b6a1ad50134bea79505e146b87d39
---
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
};
More information about the ffmpeg-cvslog
mailing list