1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/nvenc_h265: add missing version bump and changelog entry

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2015-03-25 03:58:13 -03:00
parent 7c4910758a
commit 23e1303c0a
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ version <next>:
- showwavespic filter
- libdcadec wrapper
- Drop support for nvenc API before 5.0
- nvenc H265 encoder
version 2.6:

View File

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