preset edit button, intl fix, drag window tweak, empty keyframe edit fix
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / interpolatevideo.C
index 017be8d51811fbb0d1d229efded3c6dd124d4540..6eab87b3140eac32af196c9e8000a8f167d38f19 100644 (file)
@@ -24,7 +24,7 @@
 #include "interpolatevideo.h"
 #include "interpolatewindow.h"
 #include "language.h"
-#include "motionscan.h"
+#include "motionscan-hv.h"
 #include "opticflow.h"
 #include "transportque.inc"
 #include <unistd.h>
@@ -326,6 +326,11 @@ void InterpolateVideo::create_macroblocks()
 // Get macroblock size
        x_macroblocks = frames[0]->get_w() / config.macroblock_size;
        y_macroblocks = frames[0]->get_h() / config.macroblock_size;
+// printf("InterpolateVideo::create_macroblocks %d %d %d %d\n", 
+// __LINE__, 
+// config.macroblock_size,
+// x_macroblocks,
+// y_macroblocks);
 
        if(config.macroblock_size * x_macroblocks < frames[0]->get_w())
        {