Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c543 static int packet_queue_get(PacketQueue *q, AVPacket *pkt, int block, int *serial) in packet_queue_get() function
643 if (packet_queue_get(d->queue, d->pkt, 1, &d->pkt_serial) < 0) in decoder_decode_frame()