Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent 985c513355
commit f10bd870bf
  1. 4
      libavcodec/motion_est.c

@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
s->mb_type[i] |= MB_TYPE_INTRA;
}
}
xy+=2;
i++;
}
xy+=2;
i++;
}
}
}

Loading…
Cancel
Save