Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ HasMaxDecodeSize
Method
HasMaxDecodeSize
src/ReaderBase.cpp:265–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
bool ReaderBase::HasMaxDecodeSize() const {
266
return max_decode_width > 0 && max_decode_height > 0;
267
}
Callers
1
ReaderBase.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected