We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce396cc commit c25bd86Copy full SHA for c25bd86
src/opentimelineio/composable.h
@@ -47,7 +47,7 @@ class Composable : public SerializableObjectWithMetadata
47
48
/// @brief Return the available image bounds.
49
virtual std::optional<IMATH_NAMESPACE::Box2d>
50
- available_image_bounds(ErrorStatus* error_status) const;
+ available_image_bounds(ErrorStatus* error_status = nullptr) const;
51
52
protected:
53
bool _set_parent(Composition*) noexcept;
0 commit comments