diff options
author | James Almer <jamrial@gmail.com> | 2015-03-19 21:09:42 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-03-19 21:09:42 -0300 |
commit | 03e9b1931b92884256c5dd262a583fce8a2bf2e9 (patch) | |
tree | 80e532c48fc29ed8eb96edcbfa94e8774be4a19f | |
parent | 4f3c31df3f569c7171ee9e651ddf479690367b9b (diff) | |
download | ffmpeg-03e9b1931b92884256c5dd262a583fce8a2bf2e9.tar.gz |
avcodec/libdcadec: add missing version bump and changelog entry
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavcodec/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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, \ |