summaryrefslogtreecommitdiff
path: root/toxav/codec.c
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-03-20 19:07:23 +0100
committermannol <eniz_vukovic@hotmail.com>2015-03-20 19:07:23 +0100
commit4f76a8c89eea77ebc190a324ad128e3c7dda298c (patch)
treeb77a1956ef9ff2f5606e784f7527bcacdd235ef4 /toxav/codec.c
parent45e8807c1e693c105b97784d15b7eb19bcc87918 (diff)
Updating with master
Diffstat (limited to 'toxav/codec.c')
-rw-r--r--toxav/codec.c1
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);