]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_composite.c
Constness changes
[mlt] / src / modules / core / transition_composite.c
index 1f4ad894c8d96a41ccc2b216062e3cda0fc35ec3..3a8bb3ec3f84c2901f1d9c20bd4d0029c8fdd88c 100644 (file)
@@ -201,7 +201,7 @@ static inline double delta_calculate( mlt_transition this, mlt_frame frame, mlt_
        return length * ( y - x ) / 2.0;
 }
 
-static int get_value( mlt_properties properties, char *preferred, char *fallback )
+static int get_value( mlt_properties properties, const char *preferred, const char *fallback )
 {
        int value = mlt_properties_get_int( properties, preferred );
        if ( value == 0 )