X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolatevideo%2Finterpolatevideo.C;h=6eab87b3140eac32af196c9e8000a8f167d38f19;hb=0ac6a1397cf8ee19cf75f3fe893c27e9f4fc0ea5;hp=9e553ac3e70d5168b699836beb6070730db25990;hpb=1e154071bd323f756625f8172ef67133a561450a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.C b/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.C index 9e553ac3..6eab87b3 100644 --- a/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.C +++ b/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.C @@ -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()) {