[FFmpeg-soc] [soc] soc g723.1
naufal11 at gmail.com
naufal11 at gmail.com
Sat May 29 19:52:26 CEST 2010
- Log -----------------------------------------------------------------
commit 590ea9c2cd3c7c73307356f22b86a6e68c49c4d7
Author: Naufal <naufal11 at gmail.com>
Date: Sat May 29 23:20:23 2010 +0530
Break long line
diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c
index 7a62b91..bc8e0cf 100755
--- a/libavcodec/g723_1.c
+++ b/libavcodec/g723_1.c
@@ -112,7 +112,8 @@ static int unpack_bitstream(G723_1_Context *p, const uint8_t *buf,
}
p->subframe[i].ad_cb_gain = FASTDIV(temp, GAIN_LEVELS);
if (p->subframe[i].ad_cb_gain < ad_cb_len) {
- p->subframe[i].amp_index = temp - p->subframe[i].ad_cb_gain * GAIN_LEVELS;
+ p->subframe[i].amp_index = temp - p->subframe[i].ad_cb_gain *
+ GAIN_LEVELS;
} else {
return -1;
}
-----------------------------------------------------------------------
Summary of changes:
libavcodec/g723_1.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
http://github.com/naufal/ffmpeg-soc
More information about the FFmpeg-soc
mailing list