aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-03-19 21:09:42 -0300
committerJames Almer <jamrial@gmail.com>2015-03-19 21:09:42 -0300
commit03e9b1931b92884256c5dd262a583fce8a2bf2e9 (patch)
tree80e532c48fc29ed8eb96edcbfa94e8774be4a19f
parent4f3c31df3f569c7171ee9e651ddf479690367b9b (diff)
downloadffmpeg-03e9b1931b92884256c5dd262a583fce8a2bf2e9.tar.gz
avcodec/libdcadec: add missing version bump and changelog entry
-rw-r--r--Changelog1
-rw-r--r--libavcodec/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 3ab1d306a3..495033057d 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 1ffe016e69..40e3e2100b 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, \