[FFmpeg-cvslog] r23334 - in trunk/libavcodec: avcodec.h utils.c

Janne Grunau janne-ffmpeg
Wed May 26 20:07:26 CEST 2010


On Wed, May 26, 2010 at 02:35:38PM +0200, Stefano Sabatini wrote:
> On date Wednesday 2010-05-26 12:38:48 +0200, cehoyos wrote:
> > Author: cehoyos
> > Date: Wed May 26 12:38:48 2010
> > New Revision: 23334
> > 
> > Log:
> > Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
> > 
> > Patch by Janne Grunau, janne-ffmpeg jannau net
> > 
> > Modified:
> >    trunk/libavcodec/avcodec.h
> >    trunk/libavcodec/utils.c
> 
> Missing minor bump + changelog entry.

patch attached

Janne
-------------- next part --------------
commit 8f4019d2710b2ef1b32394c40b12a8529c2bd073
Author: Janne Grunau <janne at grunau.be>
Date:   Wed May 26 20:04:30 2010 +0200

    mention CODEC_CAP_EXPERIMENTAL in the Changelog and bump LIBAVCODEC_VERSION_MINOR

diff --git a/Changelog b/Changelog
index c9ff1ab..f336852 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
 - low overhead Ogg muxing
 - MMS-TCP support
 - VP8 decoding via libvpx
+- CODEC_CAP_EXPERIMENTAL added
 
 
 
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9cb101d..8a6c8f9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 70
+#define LIBAVCODEC_VERSION_MINOR 71
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list