X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Finterpolate%2Finterpolate.C;h=0c63ad0d9c9f9c432135bb779ec02ae45b92f459;hb=55e2690938cfc977f708039199f1246f0a563545;hp=85c43201d3adb46c6e9b79947e5e089022ba5958;hpb=e5013d46af178d2557a656a777d747e23cc3ae7f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/interpolate/interpolate.C b/cinelerra-5.0/plugins/interpolate/interpolate.C index 85c43201..0c63ad0d 100644 --- a/cinelerra-5.0/plugins/interpolate/interpolate.C +++ b/cinelerra-5.0/plugins/interpolate/interpolate.C @@ -21,7 +21,7 @@ #include "bcdisplayinfo.h" #include "clip.h" -#include "colormodels.h" +#include "bccmodels.h" #include "filexml.h" #include "aggregated.h" #include "language.h" @@ -393,7 +393,7 @@ void InterpolatePixelsUnit::process_package(LoadPackage *package) int pattern_offset_y = plugin->config.y; int y1 = pkg->y1; int y2 = pkg->y2; - int components = cmodel_components(plugin->out_frame->get_color_model()); + int components = BC_CModels::components(plugin->out_frame->get_color_model()); float color_matrix[9]; memcpy(color_matrix, server->color_matrix, sizeof(color_matrix));