Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getSize
Method
getSize
YUViewLib/src/ffmpeg/AVCodecParametersWrapper.cpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
Size AVCodecParametersWrapper::getSize()
98
{
99
this->update();
100
return Size(this->width, this->height);
101
}
102
103
AVColorSpace AVCodecParametersWrapper::getColorspace()
104
{
Callers
nothing calls this directly
Calls
2
update
Method · 0.95
Size
Class · 0.85
Tested by
no test coverage detected