Prevent delay audio plugin from crashing
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / loopvideo / loopvideo.C
index dd20c24a1acc363165c9ad09597d0f8a2cb162f9..57116932fbba7d1df106318bf49f93affb9c43b7 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -100,10 +101,10 @@ LoopVideoConfig::LoopVideoConfig()
 
 LoopVideoWindow::LoopVideoWindow(LoopVideo *plugin)
  : PluginClientWindow(plugin,
-       xS(210),
-       yS(160),
-       xS(200),
-       yS(160),
+       xS(160),
+       yS(70),
+       xS(160),
+       yS(70),
        0)
 {
        this->plugin = plugin;