Commit 01cb1dec authored by michael's avatar michael

intra16x16 fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef7429a4
......@@ -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++){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment