wintv remote control + kernel patch, add codec fileref, amp up OpenEDL, add loadmode...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / colorbalance / colorbalance.C
index 338466ca1a0d49246a48d98dabfb2a89024aa412..8d0dc3a99539fc8b434e4c9ee272a32a04d73258 100644 (file)
@@ -238,7 +238,6 @@ void ColorBalanceEngine::run()
        magenta_f = plugin->calculate_transfer(plugin->config.magenta); \
        yellow_f = plugin->calculate_transfer(plugin->config.yellow); \
  \
        magenta_f = plugin->calculate_transfer(plugin->config.magenta); \
        yellow_f = plugin->calculate_transfer(plugin->config.yellow); \
  \
-printf("PROCESS_F %f\n", cyan_f); \
        for(j = row_start; j < row_end; j++) \
        { \
                for(k = 0; k < input->get_w() * components; k += components) \
        for(j = row_start; j < row_end; j++) \
        { \
                for(k = 0; k < input->get_w() * components; k += components) \