segv in reosurce constructor, add histeq plugin, 2pass formats, cleanup, colormatrix...
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram / histogram.C
index 996edac9f0604549c8e6a444e67e72ead8c84b62..183d5c0e7e3df7c2dbf1d35695b24b1e26de40d3 100644 (file)
@@ -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);