summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]autogen.sh0
-rw-r--r--toxav/codec.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9de319ec..9de319ec 100755..100644
--- a/autogen.sh
+++ b/autogen.sh
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);