MCPcopy 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
115Ratio AVCodecParametersWrapper::getSampleAspectRatio()
116{
117 this->update();
118 return {this->sample_aspect_ratio.num, this->sample_aspect_ratio.den};
119}
120
121QStringPairList AVCodecParametersWrapper::getInfoText()
122{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected