diff options
author | Felicia Lim <flim@google.com> | 2016-10-26 16:48:38 -0700 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2016-10-27 23:36:57 -0400 |
commit | 33698ee159ab6ab1de5ae86c62249d0c2ae4d8f7 (patch) | |
tree | d25adeec4176cdcf5f1673adcec721492c7e9609 /tests | |
parent | 9962bf3d941c68c2e167cb4f4fe79eb32f98f2a2 (diff) | |
download | opus-33698ee159ab6ab1de5ae86c62249d0c2ae4d8f7.tar.gz |
Update bandwidth and opusCanSwitch before generating SILK DTX ToC
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_opus_encode.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_opus_encode.c b/tests/test_opus_encode.c index a7439254..e61ecb73 100644 --- a/tests/test_opus_encode.c +++ b/tests/test_opus_encode.c @@ -236,12 +236,6 @@ void fuzz_encoder_settings(const int num_encoders, const int num_setting_changes int frame_size_enum = get_frame_size_enum(frame_size, sampling_rate); force_channel = IMIN(force_channel, num_channels); - /* Todo: remove when a fix is available for coding SILK in DTX mode for >60 ms. - * Currently, SILK may internally adjust the bandwidth leading to mismatching - * bandwidths within a packet. */ - if (frame_size_ms_x2 > 120) - dtx = 0; - sprintf(debug_info, "fuzz_encoder_settings: %d kHz, %d ch, application: %d, " "%d bps, force ch: %d, vbr: %d, vbr constraint: %d, complexity: %d, " |