Sepia fix and affine/alpha clean up
[melted] / src / modules / plus / filter_sepia.c
index 56fe4ec..0e3b6e9 100644 (file)
@@ -81,8 +81,8 @@ mlt_filter filter_sepia_init( char *arg )
        if ( this != NULL )
        {
                this->process = filter_process;
-               mlt_properties_set( mlt_filter_properties( this ), "u", "50" );
-               mlt_properties_set( mlt_filter_properties( this ), "v", "50" );
+               mlt_properties_set( mlt_filter_properties( this ), "u", "75" );
+               mlt_properties_set( mlt_filter_properties( this ), "v", "150" );
        }
        return this;
 }