Mercurial > mplayer.hg
changeset 9434:d2da6447daac
1000l
author | michael |
---|---|
date | Sat, 15 Feb 2003 17:29:01 +0000 |
parents | 53f03173e48f |
children | 97b30b4b722f |
files | postproc/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 }