# HG changeset patch # User michael # Date 1045330141 0 # Node ID d2da6447daac73233a519084ae30856c66153d77 # Parent 53f03173e48f3f5f9659eaf717a1e8883c01300f 1000l diff -r 53f03173e48f -r d2da6447daac postproc/swscale_template.c --- a/postproc/swscale_template.c Sat Feb 15 15:07:57 2003 +0000 +++ b/postproc/swscale_template.c Sat Feb 15 17:29:01 2003 +0000 @@ -1696,7 +1696,7 @@ int g= src[i*3+1]; int r= src[i*3+2]; - dst[i]= ((RY*r + GY*g + BY*b + (33<<(RGB2YUV_SHIFT-1)) )>>RGB2YUV_SHIFT) + dst[i]= ((RY*r + GY*g + BY*b + (33<<(RGB2YUV_SHIFT-1)) )>>RGB2YUV_SHIFT); } #endif }