]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_movit_resample.cpp
Hide the movit.parms properties from serialization.
[mlt] / src / modules / opengl / filter_movit_resample.cpp
index 16aec9e89d56c4af3c2b6ea0801909f9a3320bc0..4611fe2f49b4c29d6c25fd7bba5ffecfc2e04799 100644 (file)
@@ -63,11 +63,11 @@ static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format
                mlt_properties_set_int( properties, "consumer_deinterlace", 1 );
 
        GlslManager::get_instance()->lock_service( frame );
-       mlt_properties_set_int( filter_properties, "movit.parms.int.width", owidth );
-       mlt_properties_set_int( filter_properties, "movit.parms.int.height", oheight );
+       mlt_properties_set_int( filter_properties, "_movit.parms.int.width", owidth );
+       mlt_properties_set_int( filter_properties, "_movit.parms.int.height", oheight );
 
        bool disable = ( iwidth == owidth && iheight == oheight );
-       mlt_properties_set_int( filter_properties, "movit.parms.int.disable", disable );
+       mlt_properties_set_int( filter_properties, "_movit.parms.int.disable", disable );
 
        *width = owidth;
        *height = oheight;