@ -115,7 +115,7 @@ void histogram_update(VideoFrame *vf) {
// save some time
static int to = 0;
if ((++to) % 8 == 0) to = 0;
if ((++to) % 8 == 0) return;
int chan, i, x, y;