Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getSize
Method
getSize
YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:452–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
}
451
452
Size AVCodecContextWrapper::getSize()
453
{
454
this->update();
455
return {this->width, this->height};
456
}
457
458
AVColorSpace AVCodecContextWrapper::getColorspace()
459
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected