Skip to content

Commit

Permalink
Add support for kOfxInputPropRequestGeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Jun 13, 2021
1 parent bfd1aa5 commit c9af8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intern/openmfx/host/intern/properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ bool OfxPropertySetStruct::check_property_context(PropertySetContext context, Pr
return (
(0 == strcmp(property, kOfxPropLabel) && type == PROP_TYPE_STRING) ||
(0 == strcmp(property, kOfxInputPropRequestTransform) && type == PROP_TYPE_INT) ||
(0 == strcmp(property, kOfxInputPropRequestGeometry) && type == PROP_TYPE_INT) ||
false
);
case PropertySetContext::Host:
Expand Down

0 comments on commit c9af8e4

Please sign in to comment.