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 c25bd86 commit 2ffe9d8Copy full SHA for 2ffe9d8
src/opentimelineio/clip.cpp
@@ -190,6 +190,8 @@ std::optional<IMATH_NAMESPACE::Box2d>
190
Clip::available_image_bounds(ErrorStatus* error_status) const
191
{
192
auto active_media = media_reference();
193
+
194
+ //this code path most likely never runs due to null media handling in other parts
195
if (!active_media)
196
197
if(error_status)
0 commit comments