Mercurial > mplayer.hg
changeset 30329:2c0866c165ef
Remove useless forward declaration.
author | ramiro |
---|---|
date | Tue, 19 Jan 2010 11:35:04 +0000 |
parents | 0e52b96c6199 |
children | a1383e528fa7 |
files | libswscale/swscale.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Tue Jan 19 05:21:17 2010 +0000 +++ b/libswscale/swscale.c Tue Jan 19 11:35:04 2010 +0000 @@ -298,8 +298,6 @@ #endif /* ARCH_X86 && CONFIG_GPL */ -static SwsVector *sws_getConvVec(SwsVector *a, SwsVector *b); - DECLARE_ALIGNED(8, static const uint8_t, dither_2x2_4[2][8])={ { 1, 3, 1, 3, 1, 3, 1, 3, }, { 2, 0, 2, 0, 2, 0, 2, 0, },