From 75cfb6ee9d6fda13fae5b59bcdb90c69fdf46435 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Oct 2012 00:06:50 +0200 Subject: [PATCH 1/1] Fix YCbCrInput returning bogus data if we do set_pixel_data() before finalize. --- ycbcr_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ycbcr_input.cpp b/ycbcr_input.cpp index b1ad4ac..bb9138c 100644 --- a/ycbcr_input.cpp +++ b/ycbcr_input.cpp @@ -82,7 +82,7 @@ void YCbCrInput::finalize() check_error(); } - needs_update = false; + needs_update = true; finalized = true; } -- 2.39.2