MCPcopy Create free account
hub / github.com/FFMS/ffms2 / IsExceeded

Method IsExceeded

src/core/videosource.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool DecoderDelay::IsExceeded() {
50 return ThreadDelayCounter >= ThreadDelay && ReorderDelayCounter > ReorderDelay;
51}
52
53
54void FFMS_VideoSource::SanityCheckFrameForData(AVFrame *Frame) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected