Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getSampleAspectRatio
Method
getSampleAspectRatio
YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
Ratio AVCodecParametersWrapper::getSampleAspectRatio()
116
{
117
this->update();
118
return {this->sample_aspect_ratio.num, this->sample_aspect_ratio.den};
119
}
120
121
QStringPairList AVCodecParametersWrapper::getInfoText()
122
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected