avcodec/nvenc_h265: add missing version bump and changelog entry

Signed-off-by: James Almer <jamrial@gmail.com>
pull/127/head
James Almer 10 years ago
parent 7c4910758a
commit 23e1303c0a
  1. 1
      Changelog
  2. 4
      libavcodec/version.h

@ -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, \

Loading…
Cancel
Save