[SCM] libav/experimental: 1000l
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:35:22 UTC 2013
The following commit has been merged in the experimental branch:
commit 9902f4e2e49e9bfb915df477beb1a17e70b6d0ff
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sat Feb 15 17:29:01 2003 +0000
1000l
Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index bbb1d9f..b108fb1 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -1696,7 +1696,7 @@ static inline void RENAME(bgr24ToY)(uint8_t *dst, uint8_t *src, int width)
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
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list