changeset 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 fd2f27fcb749
children 8fd2622aa522
files h264.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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];