Skip to content

Commit 2ffe9d8

Browse files
committed
added comment
Signed-off-by: Yingjie Wang <[email protected]>
1 parent c25bd86 commit 2ffe9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/opentimelineio/clip.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ std::optional<IMATH_NAMESPACE::Box2d>
190190
Clip::available_image_bounds(ErrorStatus* error_status) const
191191
{
192192
auto active_media = media_reference();
193+
194+
//this code path most likely never runs due to null media handling in other parts
193195
if (!active_media)
194196
{
195197
if(error_status)

0 commit comments

Comments
 (0)