X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2Ffilter_sepia.c;h=0e3b6e9fb715e9ad1e9eb217e72a409bf1607cb6;hb=6feaaeac76d4f062d27c4c783e24f8052949a7b5;hp=56fe4ec4453362343a8d4fd64906b252864879d5;hpb=ec2805bbb985b387c4346bd86f05596cb1da18ea;p=melted diff --git a/src/modules/plus/filter_sepia.c b/src/modules/plus/filter_sepia.c index 56fe4ec..0e3b6e9 100644 --- a/src/modules/plus/filter_sepia.c +++ b/src/modules/plus/filter_sepia.c @@ -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; }