MCPcopy 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
261int ReaderBase::MaxDecodeHeight() const {
262 return max_decode_height;
263}
264
265bool ReaderBase::HasMaxDecodeSize() const {
266 return max_decode_width > 0 && max_decode_height > 0;

Callers 1

ReaderBase.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected