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

Method getPixelFormat

YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109AVPixelFormat AVCodecParametersWrapper::getPixelFormat()
110{
111 this->update();
112 return AVPixelFormat(this->format);
113}
114
115Ratio AVCodecParametersWrapper::getSampleAspectRatio()
116{

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
AVPixelFormatEnum · 0.70

Tested by

no test coverage detected