mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Improvements to T.4 end of image handling, and the related tests.
A lot of tiny tidy up edits
This commit is contained in:
@@ -170,7 +170,7 @@ SPAN_DECLARE(int) super_tone_tx(super_tone_tx_state_t *s, int16_t amp[], int max
|
||||
super_tone_tx_step_t *tree;
|
||||
|
||||
if (s->level < 0 || s->level > 3)
|
||||
return 0;
|
||||
return 0;
|
||||
samples = 0;
|
||||
tree = s->levels[s->level];
|
||||
while (tree && samples < max_samples)
|
||||
@@ -280,7 +280,7 @@ SPAN_DECLARE(int) super_tone_tx(super_tone_tx_state_t *s, int16_t amp[], int max
|
||||
}
|
||||
|
||||
}
|
||||
return samples;
|
||||
return samples;
|
||||
}
|
||||
/*- End of function --------------------------------------------------------*/
|
||||
/*- End of file ------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user