On 13/10/13 08:06, Luca Barbato wrote: > --- > libavcodec/mpegvideo_motion.c | 164 > ++++++++++++++++++++++-------------------- > 1 file changed, 88 insertions(+), 76 deletions(-) > > diff --git a/libavcodec/mpegvideo_motion.c b/libavcodec/mpegvideo_motion.c > index f5967c3..89d59e3 100644 > --- a/libavcodec/mpegvideo_motion.c > +++ b/libavcodec/mpegvideo_motion.c > @@ -658,6 +658,93 @@ static inline void prefetch_motion(MpegEncContext *s, > uint8_t **pix, int dir) > s->vdsp.prefetch(pix[1] + off, pix[2] - pix[1], 2); > } > > +static void apply_obmc(MpegEncContext *s, > + uint8_t *dest_y, > + uint8_t *dest_cb, > + uint8_t *dest_cr, > + uint8_t **ref_picture, > + op_pixels_func (*pix_op)[4])
Kostya is fine with it with inline added. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
