Commit f10bd870 authored by Michael Niedermayer's avatar Michael Niedermayer

4mv bugfix

Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 985c5133
......@@ -1715,12 +1715,12 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
s->mb_type[i] |= MB_TYPE_INTRA;
}
}
}
xy+=2;
i++;
}
}
}
}
}
void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type)
......
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