[FFmpeg-cvslog] r15905 - trunk/libavcodec/qcelpdec.c
reynaldo
subversion
Sat Nov 22 01:29:49 CET 2008
Author: reynaldo
Date: Sat Nov 22 01:29:49 2008
New Revision: 15905
Log:
Trivial, Cosmetics
Modified:
trunk/libavcodec/qcelpdec.c
Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c (original)
+++ trunk/libavcodec/qcelpdec.c Sat Nov 22 01:29:49 2008
@@ -176,7 +176,7 @@ static int decode_lspf(QCELPContext *q,
*/
static int codebook_sanity_check_for_rate_quarter(const uint8_t *cbgain)
{
- int i, prev_diff=0;
+ int i, prev_diff=0;
for(i=1; i<5; i++)
{
@@ -186,8 +186,8 @@ static int codebook_sanity_check_for_rat
else if(FFABS(diff - prev_diff) > 12)
return -1;
prev_diff = diff;
- }
- return 0;
+ }
+ return 0;
}
/**
More information about the ffmpeg-cvslog
mailing list