comparison h264.h @ 11294:fb7e2f568ad9 libavcodec

Remove unneeded line of code from the neighbor setting code in h264.
author michael
date Fri, 26 Feb 2010 00:10:35 +0000
parents 411ab09ada91
children 4709312b48d5
comparison
equal deleted inserted replaced
11293:fd2f27fcb749 11294:fb7e2f568ad9
793 topleft_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy - 1]>>7)&1)-1); 793 topleft_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy - 1]>>7)&1)-1);
794 topright_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy + 1]>>7)&1)-1); 794 topright_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy + 1]>>7)&1)-1);
795 top_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy ]>>7)&1)-1); 795 top_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy ]>>7)&1)-1);
796 } 796 }
797 if (left_mb_field_flag != curr_mb_field_flag) { 797 if (left_mb_field_flag != curr_mb_field_flag) {
798 left_xy[1] = left_xy[0] = mb_xy - 1;
799 if (curr_mb_field_flag) { 798 if (curr_mb_field_flag) {
800 left_xy[1] += s->mb_stride; 799 left_xy[1] += s->mb_stride;
801 h->left_block = left_block_options[3]; 800 h->left_block = left_block_options[3];
802 } else { 801 } else {
803 h->left_block = left_block_options[2]; 802 h->left_block = left_block_options[2];