[FFmpeg-cvslog] r21287 - trunk/libavcodec/h264.h
michael
subversion
Mon Jan 18 17:11:14 CET 2010
Author: michael
Date: Mon Jan 18 17:11:13 2010
New Revision: 21287
Log:
Set h->cbp for ff_h264_filter_mb_fast().
Modified:
trunk/libavcodec/h264.h
Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h Mon Jan 18 15:05:30 2010 (r21286)
+++ trunk/libavcodec/h264.h Mon Jan 18 17:11:13 2010 (r21287)
@@ -813,6 +813,8 @@ static av_always_inline int fill_caches(
*((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;
More information about the ffmpeg-cvslog
mailing list