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

Method getColorspace

YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103AVColorSpace AVCodecParametersWrapper::getColorspace()
104{
105 this->update();
106 return this->color_space;
107}
108
109AVPixelFormat AVCodecParametersWrapper::getPixelFormat()
110{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected