Home
last modified time | relevance | path

Searched refs:pkt_missed (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.c839 int pkt_missed = s->queue->seq - s->seq - 1; in rtp_parse_queued_packet() local
841 if (pkt_missed < 0) in rtp_parse_queued_packet()
842 pkt_missed += UINT16_MAX; in rtp_parse_queued_packet()
844 "RTP: missed %d packets\n", pkt_missed); in rtp_parse_queued_packet()