Mercurial > libavcodec.hg
diff h264.h @ 10917:895df334c326 libavcodec
Set h->cbp for ff_h264_filter_mb_fast().
author | michael |
---|---|
date | Mon, 18 Jan 2010 16:11:13 +0000 |
parents | edd918a4c0b8 |
children | cf608664f7bf |
line wrap: on
line diff
--- a/h264.h Mon Jan 18 14:05:30 2010 +0000 +++ b/h264.h Mon Jan 18 16:11:13 2010 +0000 @@ -813,6 +813,8 @@ *((uint32_t*)&h->non_zero_count_cache[4+8*3])= *((uint32_t*)&h->non_zero_count[mb_xy][20]); *((uint64_t*)&h->non_zero_count_cache[0+8*4])= *((uint64_t*)&h->non_zero_count[mb_xy][24]); + h->cbp= h->cbp_table[mb_xy]; + topleft_type = 0; topright_type = 0; top_type = h->slice_table[top_xy ] < 0xFFFF ? s->current_picture.mb_type[top_xy] : 0;