Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
AVRational AVStreamWrapper::getAvgFrameRate()
284
{
285
this->update();
286
return this->avg_frame_rate;
287
}
288
289
AVRational AVStreamWrapper::getTimeBase()
290
{
Callers
1
openFileAndFindVideoStream
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected