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

Method getMotionVector

YUViewLib/src/ffmpeg/AVFrameSideDataWrapper.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78AVMotionVectorWrapper AVFrameSideDataWrapper::getMotionVector(unsigned idx)
79{
80 this->update();
81 return AVMotionVectorWrapper(this->libVer, this->data, idx);
82}
83
84void AVFrameSideDataWrapper::update()
85{

Callers 1

cacheCurStatisticsMethod · 0.80

Calls 2

updateMethod · 0.95

Tested by

no test coverage detected