[Ffmpeg-cvslog] r7867 - in trunk: ffplay.c libavcodec/8bps.c libavcodec/cscd.c libavcodec/ffv1.c libavcodec/huffyuv.c libavcodec/imgconvert.c libavcodec/loco.c libavcodec/mjpeg.c libavcodec/png.c libavcodec/pnm.c libavcodec/qtrle.c libavcodec/raw.c libavcodec/snow.c libavcodec/targa.c libavcodec/truemotion1.c libavcodec/tscc.c libavcodec/utils.c libavformat/dc1394.c libavformat/grab.c libavformat/sgi.c libavformat/v4l2.c libavformat/x11grab.c libavutil/avutil.h vhook/imlib2.c vhook/watermark.c
Diego Biurrun
diego
Wed Feb 7 13:26:24 CET 2007
On Wed, Feb 07, 2007 at 02:48:11AM +0100, diego wrote:
>
> Modified:
> trunk/libavutil/avutil.h
>
> Log:
> Replace deprecated PIX_FMT names by the newer variants.
>
> --- trunk/libavutil/avutil.h (original)
> +++ trunk/libavutil/avutil.h Wed Feb 7 02:48:09 2007
> @@ -26,16 +26,11 @@
>
> -
> -#ifdef __cplusplus
> -extern "C" {
> -#endif
> -
> #define AV_STRINGIFY(s) AV_TOSTRING(s)
> #define AV_TOSTRING(s) #s
>
> -#define LIBAVUTIL_VERSION_INT ((49<<16)+(3<<8)+0)
> -#define LIBAVUTIL_VERSION 49.3.0
> +#define LIBAVUTIL_VERSION_INT ((50<<16)+(0<<8)+0)
> +#define LIBAVUTIL_VERSION 50.0.0
> #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
>
> #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
> @@ -130,8 +125,4 @@
> #define PIX_FMT_YUV422 PIX_FMT_YUYV422
> #endif
>
> -#ifdef __cplusplus
> -}
> -#endif
> -
*groan*
Well, at least it seems to have motivated people to fix the deprecated
API uses, so some good has come out of this mishap ..
Diego
More information about the ffmpeg-cvslog
mailing list