MCPcopy 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
257int ReaderBase::MaxDecodeWidth() const {
258 return max_decode_width;
259}
260
261int ReaderBase::MaxDecodeHeight() const {
262 return max_decode_height;

Callers 1

ReaderBase.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected