From 2078cdb19995e69af14facaa38c97bb660f5c28f Mon Sep 17 00:00:00 2001 From: niels Date: Sun, 25 Nov 2012 09:33:04 +0100 Subject: [PATCH] uv plane sizes not correct (greenish pixels), bugfix pending .. --- veejay-current/veejay-server/libyuv/subsample.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/veejay-current/veejay-server/libyuv/subsample.c b/veejay-current/veejay-server/libyuv/subsample.c index 6da981bc..d9cd3b89 100644 --- a/veejay-current/veejay-server/libyuv/subsample.c +++ b/veejay-current/veejay-server/libyuv/subsample.c @@ -636,8 +636,6 @@ static void tr_422_to_444(uint8_t *data, uint8_t *buffer, int width, int height) int x,y; const int stride = width >> 1; - veejay_msg(0,"%s: w=%d,h=%d, buffer=%p, temp=%p",__FUNCTION__, width,height, buffer,data ); - #ifndef HAVE_ASM_MMX for( y = height-1; y > 0 ; y -- ) {