Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c2763 int pkt_in_play_range = 0; in read_thread() local
3044 pkt_in_play_range = duration == AV_NOPTS_VALUE || in read_thread()
3049 if (pkt->stream_index == is->audio_stream && pkt_in_play_range) { in read_thread()
3051 } else if (pkt->stream_index == is->video_stream && pkt_in_play_range in read_thread()
3054 } else if (pkt->stream_index == is->subtitle_stream && pkt_in_play_range) { in read_thread()