@@ -432,9 +432,9 @@ static inline constexpr PropDefsArray<PropDef> prop_defs = {
432432{ " OfxImageEffectPropProjectSize" , PropId::OfxImageEffectPropProjectSize,
433433 {PropType::Double}, 1 , 2 , nullptr , 0 },
434434{ " OfxImageEffectPropRegionOfDefinition" , PropId::OfxImageEffectPropRegionOfDefinition,
435- {PropType::Int }, 1 , 4 , nullptr , 0 },
435+ {PropType::Double }, 1 , 4 , nullptr , 0 },
436436{ " OfxImageEffectPropRegionOfInterest" , PropId::OfxImageEffectPropRegionOfInterest,
437- {PropType::Int }, 1 , 4 , nullptr , 0 },
437+ {PropType::Double }, 1 , 4 , nullptr , 0 },
438438{ " OfxImageEffectPropRenderQualityDraft" , PropId::OfxImageEffectPropRenderQualityDraft,
439439 {PropType::Bool}, 1 , 1 , nullptr , 0 },
440440{ " OfxImageEffectPropRenderScale" , PropId::OfxImageEffectPropRenderScale,
@@ -746,8 +746,8 @@ DEFINE_PROP_TRAITS(OfxImageEffectPropPreMultiplication, const char *, false);
746746DEFINE_PROP_TRAITS (OfxImageEffectPropProjectExtent, double , false );
747747DEFINE_PROP_TRAITS (OfxImageEffectPropProjectOffset, double , false );
748748DEFINE_PROP_TRAITS (OfxImageEffectPropProjectSize, double , false );
749- DEFINE_PROP_TRAITS (OfxImageEffectPropRegionOfDefinition, int , false );
750- DEFINE_PROP_TRAITS (OfxImageEffectPropRegionOfInterest, int , false );
749+ DEFINE_PROP_TRAITS (OfxImageEffectPropRegionOfDefinition, double , false );
750+ DEFINE_PROP_TRAITS (OfxImageEffectPropRegionOfInterest, double , false );
751751DEFINE_PROP_TRAITS (OfxImageEffectPropRenderQualityDraft, bool , false );
752752DEFINE_PROP_TRAITS (OfxImageEffectPropRenderScale, double , false );
753753DEFINE_PROP_TRAITS (OfxImageEffectPropRenderWindow, int , false );
0 commit comments