MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / frame_queue_nb_remaining

Function frame_queue_nb_remaining

fftools/ffplay.c:804–807  ·  view source on GitHub ↗

return the number of undisplayed frames in the queue */

Source from the content-addressed store, hash-verified

802
803/* return the number of undisplayed frames in the queue */
804static int frame_queue_nb_remaining(FrameQueue *f)
805{
806 return f->size - f->rindex_shown;
807}
808
809/* return last shown position */
810static int64_t frame_queue_last_pos(FrameQueue *f)

Callers 4

video_image_displayFunction · 0.85
video_refreshFunction · 0.85
audio_decode_frameFunction · 0.85
read_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected