X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.C;h=183d5c0e7e3df7c2dbf1d35695b24b1e26de40d3;hb=9a91a25bfcf0a01f410f2a27584c8a6c524d37d1;hp=996edac9f0604549c8e6a444e67e72ead8c84b62;hpb=af44bff549c39ac8bb6e42a791e7a211e1013526;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/histogram/histogram.C b/cinelerra-5.1/plugins/histogram/histogram.C index 996edac9..183d5c0e 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.C +++ b/cinelerra-5.1/plugins/histogram/histogram.C @@ -677,9 +677,6 @@ int HistogramMain::handle_opengl() if(!strcmp(get_output()->get_prev_effect(0), _("Color Balance"))) aggregate_colorbalance = 1; - if( BC_CModels::is_yuv(get_output()->get_color_model()) ) - shader_stack[current_shader++] = bc_gl_colors; - // The order of processing is fixed by this sequence if(aggregate_interpolation) INTERPOLATE_COMPILE(shader_stack, current_shader);