X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Funsharp%2Funsharp.C;h=186e24a5ecd62a09e0bdaa656d742a60ee6185ec;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=03dc25dac1aeb1478e5483c26e0c272e0d0b47d7;hpb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/unsharp/unsharp.C b/cinelerra-5.0/plugins/unsharp/unsharp.C index 03dc25da..186e24a5 100644 --- a/cinelerra-5.0/plugins/unsharp/unsharp.C +++ b/cinelerra-5.0/plugins/unsharp/unsharp.C @@ -181,7 +181,7 @@ int UnsharpMain::process_buffer(VFrame *frame, if(!engine) engine = new UnsharpEngine(this, get_project_smp() + 1, get_project_smp() + 1); - read_frame(frame, 0, get_source_position(), get_framerate()); + read_frame(frame, 0, get_source_position(), get_framerate(), 0); engine->do_unsharp(frame); return 0; }