diff options
Diffstat (limited to 'toxav')
-rw-r--r-- | toxav/codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c index 645f7188..95e0beb4 100644 --- a/toxav/codec.c +++ b/toxav/codec.c | |||
@@ -279,7 +279,6 @@ void cs_do(CSSession *cs) | |||
279 | cs->last_packet_frame_duration = | 279 | cs->last_packet_frame_duration = |
280 | ( opus_packet_get_samples_per_frame(msg->data, cs->last_packet_sampling_rate) * 1000 ) | 280 | ( opus_packet_get_samples_per_frame(msg->data, cs->last_packet_sampling_rate) * 1000 ) |
281 | / cs->last_packet_sampling_rate; | 281 | / cs->last_packet_sampling_rate; |
282 | |||
283 | } else { | 282 | } else { |
284 | LOGGER_WARNING("Failed to load packet values!"); | 283 | LOGGER_WARNING("Failed to load packet values!"); |
285 | rtp_free_msg(NULL, msg); | 284 | rtp_free_msg(NULL, msg); |