pull/1465/head
irungentoo 2015-11-09 20:16:13 -05:00
commit dd2f9f46a6
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ bool chloss (const RTPSession *session, const struct RTPHeader *header)
(session->rsequnum + 65535) - hosq :
session->rsequnum - hosq;
puts ("Lost packet");
fprintf (stderr, "Lost packet\n");
while (lost --)
bwc_add_lost(session->bwc , 0);