[FFmpeg-cvslog] r17254 - in trunk/libavcodec: mpeg12.c mpegvideo.c mpegvideo_xvmc.c

Diego Biurrun diego
Sat Feb 14 19:50:58 CET 2009


On Sat, Feb 14, 2009 at 07:41:03PM +0100, Aurelien Jacobs wrote:
> iive wrote:
> 
> > Log:
> > use ff_xvmc for function names instead of XVMC_
> > 
> > --- trunk/libavcodec/mpegvideo.c	Sat Feb 14 19:15:59 2009	(r17253)
> > +++ trunk/libavcodec/mpegvideo.c	Sat Feb 14 19:25:41 2009	(r17254)
> > @@ -56,7 +56,7 @@ static void dct_unquantize_h263_inter_c(
> >  
> >  int  XVMC_field_start(MpegEncContext*s, AVCodecContext *avctx);
> >  void XVMC_field_end(MpegEncContext *s);
> > -void XVMC_decode_mb(MpegEncContext *s);
> > +void ff_xvmc_decode_mb(MpegEncContext *s);
> 
> It seems you missed at least XVMC_field_start() and XVMC_field_end()
> in that file. Tree don't compile right now.

Aurelien, you are not allowed to point this out, it's part of the
deathmatch.  I swear by my mother's grave that I sent my mail before
Aurelien's mail arrived on my computer.

Diego




More information about the ffmpeg-cvslog mailing list