Commit 323e77b4 authored by michael's avatar michael

Remove unneeded line of code from the neighbor setting code in h264.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c102da2
......@@ -795,7 +795,6 @@ static void fill_decode_neighbors(H264Context *h, int mb_type){
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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment