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