[FFmpeg-cvslog] r17238 - trunk/libavcodec/xvmc.h

Diego Biurrun diego
Sat Feb 14 17:43:20 CET 2009


On Sat, Feb 14, 2009 at 05:30:59PM +0100, iive wrote:
> 
> Log:
> describe idct variable in xvmc struct

Umm, not quite, this contains a stray hunk...

> --- trunk/libavcodec/xvmc.h	Sat Feb 14 17:24:45 2009	(r17237)
> +++ trunk/libavcodec/xvmc.h	Sat Feb 14 17:30:57 2009	(r17238)
> @@ -29,12 +29,6 @@
>  
> -//the surface should be shown, the video driver manipulates this
> -#define MP_XVMC_STATE_DISPLAY_PENDING 1
> -//the surface is needed for prediction, the codec manipulates this
> -#define MP_XVMC_STATE_PREDICTION 2
> -//this surface is needed for subpicture rendering
> -#define MP_XVMC_STATE_OSD_SOURCE 4

And the repository goes BOOOM!

libavcodec/mpegvideo_xvmc.o libavcodec/mpegvideo_xvmc.c
libavcodec/mpegvideo_xvmc.c: In function ?XVMC_init_block?:
libavcodec/mpegvideo_xvmc.c:48: warning: assignment from incompatible pointer type
libavcodec/mpegvideo_xvmc.c: In function ?XVMC_field_start?:
libavcodec/mpegvideo_xvmc.c:96: error: ?MP_XVMC_STATE_PREDICTION? undeclared (first use in this function)
libavcodec/mpegvideo_xvmc.c:96: error: (Each undeclared identifier is reported only once
libavcodec/mpegvideo_xvmc.c:96: error: for each function it appears in.)
make: *** [libavcodec/mpegvideo_xvmc.o] Error 1

Diego




More information about the ffmpeg-cvslog mailing list