MCPcopy Create free account
hub / github.com/IENT/YUView / getDecodableFrameLimits

Method getDecodableFrameLimits

YUViewLib/src/filesource/FileSourceFFmpegFile.cpp:647–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647indexRange FileSourceFFmpegFile::getDecodableFrameLimits() const
648{
649 if (this->keyFrameList.isEmpty() || this->nrFrames == 0)
650 return {};
651
652 indexRange range;
653 range.first = int(this->keyFrameList.at(0).frame);
654 range.second = int(this->nrFrames);
655 return range;
656}
657
658QList<QStringPairList> FileSourceFFmpegFile::getFileInfoForAllStreams()
659{

Callers 1

Calls 2

isEmptyMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected