]> git.sesse.net Git - movit/commitdiff
Fix YCbCrInput returning bogus data if we do set_pixel_data() before finalize.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2012 22:06:50 +0000 (00:06 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2012 22:06:50 +0000 (00:06 +0200)
ycbcr_input.cpp

index b1ad4ac7ad3249627fc5c7d309c0de8fc6bbe081..bb9138cfc6e8a55dc25869782542eb2c855bd56f 100644 (file)
@@ -82,7 +82,7 @@ void YCbCrInput::finalize()
                check_error();
        }
 
                check_error();
        }
 
-       needs_update = false;
+       needs_update = true;
        finalized = true;
 }
        
        finalized = true;
 }