[FFmpeg-cvslog] r23337 - in trunk: Changelog libavcodec/avcodec.h

cehoyos subversion
Wed May 26 20:34:48 CEST 2010


Author: cehoyos
Date: Wed May 26 20:34:48 2010
New Revision: 23337

Log:
Bump minor version and add Changelog entry after r23334.

Modified:
   trunk/Changelog
   trunk/libavcodec/avcodec.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Wed May 26 19:23:36 2010	(r23336)
+++ trunk/Changelog	Wed May 26 20:34:48 2010	(r23337)
@@ -8,6 +8,7 @@ version <next>:
 - low overhead Ogg muxing
 - MMS-TCP support
 - VP8 decoding via libvpx
+- CODEC_CAP_EXPERIMENTAL added
 
 
 

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Wed May 26 19:23:36 2010	(r23336)
+++ trunk/libavcodec/avcodec.h	Wed May 26 20:34:48 2010	(r23337)
@@ -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