windows/filter: fix use of unitiliazed variable

Spotted by Merkil using cppcheck (#3413784)
This commit is contained in:
riccardom 2011-11-13 17:54:11 +00:00
parent 598baf257f
commit bfab5b230f
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ static void lq2xS_32_def(u32* dst0, u32* dst1, const u32* src0, const u32* src1,
unsigned i;
for(i=0;i<count;++i) {
unsigned char mask;
unsigned char mask = 0;
u32 c[9];