# HG changeset patch # User michael # Date 1267143035 0 # Node ID fb7e2f568ad931331cccc21cc3e1f57de3269ff9 # Parent fd2f27fcb74975ac0d7652a0104bfdbf9b3b4a71 Remove unneeded line of code from the neighbor setting code in h264. diff -r fd2f27fcb749 -r fb7e2f568ad9 h264.h --- a/h264.h Fri Feb 26 00:08:27 2010 +0000 +++ b/h264.h Fri Feb 26 00:10:35 2010 +0000 @@ -795,7 +795,6 @@ top_xy += s->mb_stride & (((s->current_picture.mb_type[top_xy ]>>7)&1)-1); } if (left_mb_field_flag != curr_mb_field_flag) { - left_xy[1] = left_xy[0] = mb_xy - 1; if (curr_mb_field_flag) { left_xy[1] += s->mb_stride; h->left_block = left_block_options[3];