[FFmpeg-cvslog] avcodec/nvenc_h265: add missing version bump and changelog entry
James Almer
git at videolan.org
Wed Mar 25 08:03:16 CET 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Mar 25 03:58:13 2015 -0300| [23e1303c0add5127ee0a59226ad8078bbe48fe49] | committer: James Almer
avcodec/nvenc_h265: add missing version bump and changelog entry
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23e1303c0add5127ee0a59226ad8078bbe48fe49
---
Changelog | 1 +
libavcodec/version.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 567bd74..b0d0414 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
- showwavespic filter
- libdcadec wrapper
- Drop support for nvenc API before 5.0
+- nvenc H265 encoder
version 2.6:
diff --git a/libavcodec/version.h b/libavcodec/version.h
index d2950ec..e56dc70 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 56
-#define LIBAVCODEC_VERSION_MINOR 29
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 30
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list