Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c472 static int packet_queue_put_nullpacket(PacketQueue *q, AVPacket *pkt, int stream_index) in packet_queue_put_nullpacket() function
2990 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream); in read_thread()
3021 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream); in read_thread()
3023 packet_queue_put_nullpacket(&is->audioq, pkt, is->audio_stream); in read_thread()
3025 packet_queue_put_nullpacket(&is->subtitleq, pkt, is->subtitle_stream); in read_thread()