| Index: webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c b/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
|
| index e2a778ad54f97d2834444e16fabb9e03e9f5b31e..fae6d6aa0f9b9f406469615f87a0e67f7ddd7f9a 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
|
| @@ -582,8 +582,7 @@ int main(int argc, char* argv[]) {
|
|
|
| totalsmpls += declen;
|
| totalbits += 8 * stream_len;
|
| - kbps = ((double)FS) / ((double)cur_framesmpls) * 8.0 * stream_len /
|
| - 1000.0; // kbits/s
|
| + kbps = ((double)FS) / ((double)cur_framesmpls) * 8.0 * stream_len / 1000.0;
|
| fy = fopen("bit_rate.dat", "a");
|
| fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
|
| fclose(fy);
|
|
|