Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec.c787 static int has_next_packet(RTPDemuxContext *s) in has_next_packet() function
805 if (!has_next_packet(s)) in rtp_parse_queued_packet()
914 while (rv < 0 && has_next_packet(s)) in ff_rtp_parse_packet()
916 return rv ? rv : has_next_packet(s); in ff_rtp_parse_packet()