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