Searched refs:first_missing (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.c397 static int find_missing_packets(RTPDemuxContext *s, uint16_t *first_missing, argument
423 *first_missing = next_seq;
434 uint16_t first_missing = 0, missing_mask = 0; local
441 missing_packets = find_missing_packets(s, &first_missing, &missing_mask);
476 avio_wb16(pb, first_missing);

Completed in 45 milliseconds