comparison rv10.c @ 2632:67171616ead6 libavcodec

avoid unneeded clear_blocks()
author michael
date Mon, 25 Apr 2005 00:57:48 +0000
parents c49619ee4c35
children eaa57c3336fc
comparison
equal deleted inserted replaced
2631:c49619ee4c35 2632:67171616ead6
667 ff_update_block_index(s); 667 ff_update_block_index(s);
668 #ifdef DEBUG 668 #ifdef DEBUG
669 printf("**mb x=%d y=%d\n", s->mb_x, s->mb_y); 669 printf("**mb x=%d y=%d\n", s->mb_x, s->mb_y);
670 #endif 670 #endif
671 671
672 s->dsp.clear_blocks(s->block[0]);
673 s->mv_dir = MV_DIR_FORWARD; 672 s->mv_dir = MV_DIR_FORWARD;
674 s->mv_type = MV_TYPE_16X16; 673 s->mv_type = MV_TYPE_16X16;
675 ret=ff_h263_decode_mb(s, s->block); 674 ret=ff_h263_decode_mb(s, s->block);
676 675
677 if (ret == SLICE_ERROR) { 676 if (ret == SLICE_ERROR) {