Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c729 static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) in write_packet() argument
743 if (!(st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && ost->encoding_needed) && !unqueue) { in write_packet()