Skip to content
Snippets Groups Projects
Verified Commit 2985a40a authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix trailing whitespace.


This was introduced in February, and fails the corresponding
check in gitlab ci runs.

Also indent the subsequent lines to match and correct typos.

Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
parent 7b05f44f
No related branches found
No related tags found
1 merge request!27Fix trailing whitespace.
Pipeline #2477 passed
......@@ -900,10 +900,10 @@ static int decide_dtx_mode(opus_int activity, /* indicates if this fr
{
if (!activity)
{
/* The number of consecutive DTX frames should be within the allowed bounds.
Note that the allowed bound is defined in the Silk headers and assumes 20 ms
frames. As this function can be called with any frame length, a conversion to
miliseconds is done before the comparisons. */
/* The number of consecutive DTX frames should be within the allowed bounds.
Note that the allowed bound is defined in the SILK headers and assumes 20 ms
frames. As this function can be called with any frame length, a conversion to
milliseconds is done before the comparisons. */
(*nb_no_activity_ms_Q1) += frame_size_ms_Q1;
if (*nb_no_activity_ms_Q1 > NB_SPEECH_FRAMES_BEFORE_DTX*20*2)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment