[FFmpeg-cvslog] r17254 - in trunk/libavcodec: mpeg12.c mpegvideo.c mpegvideo_xvmc.c
Aurelien Jacobs
aurel
Sat Feb 14 19:41:03 CET 2009
iive wrote:
> Author: iive
> Date: Sat Feb 14 19:25:41 2009
> New Revision: 17254
>
> Log:
> use ff_xvmc for function names instead of XVMC_
>
> Modified:
> trunk/libavcodec/mpeg12.c
> trunk/libavcodec/mpegvideo.c
> trunk/libavcodec/mpegvideo_xvmc.c
>
> [...]
>
> Modified: trunk/libavcodec/mpegvideo.c
> ==============================================================================
> --- 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.
Aurel
More information about the ffmpeg-cvslog
mailing list