X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fplugins%2Fdescratch%2Fdescratch.C;h=11a8c6b8add42aaf7deee572bc24f9badff32354;hb=300cfc94af29dda96d2f5e5e7b64ab559452fd8d;hp=b48c4d0e17badfbbd8683703557cdf043461fe9d;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/descratch/descratch.C b/cinelerra-5.1/plugins/descratch/descratch.C index b48c4d0e..11a8c6b8 100644 --- a/cinelerra-5.1/plugins/descratch/descratch.C +++ b/cinelerra-5.1/plugins/descratch/descratch.C @@ -7,7 +7,7 @@ bag@hotmail.ru http://avisynth.org.ru This program is FREE software under GPL licence v2. This plugin removes vertical scratches from digitized films. -Reworked for cin5 by GG. 03/2018, from the laws of Fizick's +Reworked for cin5 by William Morrow. 03/2018, from the laws of Fizick's Adapted strategy to mark, test, draw during port. */ @@ -486,7 +486,7 @@ DeScratchWindow::~DeScratchWindow() void DeScratchWindow::create_objects() { int xs10 = xS(10), xs15 = xS(15), xs16 = xS(16); - int ys10 = yS(10), ys15 = yS(15), ys30 = yS(30); + int ys10 = yS(10), ys15 = yS(15); int x = xs10, y = ys10; plugin->load_configuration(); DeScratchConfig &config = plugin->config;