Commit 23e1303c authored by James Almer's avatar James Almer

avcodec/nvenc_h265: add missing version bump and changelog entry

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 7c491075
......@@ -8,6 +8,7 @@ version <next>:
- showwavespic filter
- libdcadec wrapper
- Drop support for nvenc API before 5.0
- nvenc H265 encoder
version 2.6:
......
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment