uv plane sizes not correct (greenish pixels), bugfix pending ..

This commit is contained in:
niels
2012-11-25 09:33:04 +01:00
parent 7889039c42
commit 2078cdb199

View File

@@ -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 -- )
{