[FFmpeg-cvslog] avcodec/libdcadec: add missing version bump and changelog entry

James Almer git at videolan.org
Fri Mar 20 04:13:48 CET 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 19 21:09:42 2015 -0300| [03e9b1931b92884256c5dd262a583fce8a2bf2e9] | committer: James Almer

avcodec/libdcadec: add missing version bump and changelog entry

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03e9b1931b92884256c5dd262a583fce8a2bf2e9
---

 Changelog            |    1 +
 libavcodec/version.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index 3ab1d30..4950330 100644
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,7 @@ version <next>:
 - TDSC decoder
 - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
 - showwavespic filter
+- libdcadec wrapper
 
 
 version 2.6:
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 1ffe016..40e3e21 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 56
-#define LIBAVCODEC_VERSION_MINOR  28
+#define LIBAVCODEC_VERSION_MINOR  29
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list