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

Method getAvgFrameRate

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281};
282
283AVRational AVStreamWrapper::getAvgFrameRate()
284{
285 this->update();
286 return this->avg_frame_rate;
287}
288
289AVRational AVStreamWrapper::getTimeBase()
290{

Callers 1

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected