[FFmpeg-cvslog] r24877 - trunk/libavcodec/avcodec.h
Aurelien Jacobs
aurel
Mon Aug 23 14:37:17 CEST 2010
On Mon, Aug 23, 2010 at 01:51:04PM +0200, bindhammer wrote:
> Author: bindhammer
> Date: Mon Aug 23 13:51:04 2010
> New Revision: 24877
>
> Log:
> added codec-ids for the a64 codec
>
> Modified:
> trunk/libavcodec/avcodec.h
>
> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h Mon Aug 23 13:48:50 2010 (r24876)
> +++ trunk/libavcodec/avcodec.h Mon Aug 23 13:51:04 2010 (r24877)
> @@ -30,7 +30,7 @@
> #include "libavutil/avutil.h"
>
> #define LIBAVCODEC_VERSION_MAJOR 52
> -#define LIBAVCODEC_VERSION_MINOR 85
> +#define LIBAVCODEC_VERSION_MINOR 86
> #define LIBAVCODEC_VERSION_MICRO 1
>
> #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
> @@ -213,6 +213,9 @@ enum CodecID {
> CODEC_ID_VP8,
> CODEC_ID_PICTOR,
> CODEC_ID_ANSI,
> + CODEC_ID_A64_MULTI,
> + CODEC_ID_A64_MULTI5,
> +
This additional blank line is unrelated to your commit and undesired.
Aurel
More information about the ffmpeg-cvslog
mailing list