1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-11 03:16:59 +02:00

intra16x16 fix

Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-11-29 00:19:24 +00:00
parent 8fc7c99369
commit 68ca24e6db

View File

@ -3565,7 +3565,7 @@ decode_intra_mb:
}
}
}else{
memset(&h->non_zero_count_cache[8], 0, 8*4); //FIXME stupid & slow
fill_rectangle(&h->non_zero_count_cache[scan8[0]], 4, 4, 8, 0, 1);
}
}else{
for(i8x8=0; i8x8<4; i8x8++){