Skip to content

Commit 9119f80

Browse files
committed
added comment
1 parent c25bd86 commit 9119f80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)