X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4d82d5796332e2abe77a17a6bf7e5238bcbe297e..28f1495aaaf9ba4f1412aa006a5d48b7cf0d71db:/clients/playrtp.c?ds=inline diff --git a/clients/playrtp.c b/clients/playrtp.c index 0875a69..aca1532 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -397,6 +397,9 @@ static void *listen_thread(void attribute((unused)) *arg) { timestamp, next_timestamp); continue; } + /* Ignore packets with the extension bit set. */ + if(header.vpxcc & 0x10) + continue; p->next = 0; p->flags = 0; p->timestamp = timestamp;