]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_movit_resample.cpp
Stop special-casing the disable parameter for setting.
[mlt] / src / modules / opengl / filter_movit_resample.cpp
index 1b76339e1dcf076fdb329921f5c62878aed390fd..ea6df48f218ee734df7cd6cbd42058bcf6c5d857 100644 (file)
@@ -65,7 +65,7 @@ static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format
        mlt_properties_set_int( filter_properties, "movit.parms.int.height", oheight );
 
        bool disable = ( iwidth == owidth && iheight == oheight );
-       mlt_properties_set_int( filter_properties, "movit.disable", disable );
+       mlt_properties_set_int( filter_properties, "movit.parms.int.disable", disable );
 
        *width = owidth;
        *height = oheight;