From ec4d61e5b5747520159b592d59937d98324c8f95 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sat, 12 Mar 2011 18:31:48 +0100 Subject: [PATCH] Hack tracer out of 27c3 slides for now --- examples/27c3_slides/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/27c3_slides/video.c b/examples/27c3_slides/video.c index 6b0f1a2..15dbe0a 100644 --- a/examples/27c3_slides/video.c +++ b/examples/27c3_slides/video.c @@ -174,7 +174,7 @@ void videotracer_render(void *ctx, float time, float state) else thresh = cfg->thresh_dark; - obj = trace(frame->data[0], tmp, thresh, width, height, frame->linesize[0], cfg->decimate); + //obj = trace(frame->data[0], tmp, thresh, width, height, frame->linesize[0], cfg->decimate); outframes++; olLog("Video stats: Drift %7.4f, In %4d, Out %4d, Drop %4d, Thr %3d, Bg %3d\n", -- 2.52.0