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 96688b9fc23c380ad6a45e96926971fa65c9bb82..cdcb16bf8d85ea05f7d6338efa11166e0ead0983 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); |