diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-05-30 16:40:13 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-05-31 15:17:22 +0200 |
commit | b08caa87c35a768ec0abb16b1e99c3a85f1df28e (patch) | |
tree | 25e7b1c73401c7c076ebfc4e96adacc996f74f47 /libavcodec/version.h | |
parent | 522d971c7f5921bebcea2fc50e67056afdabb951 (diff) | |
download | ffmpeg-b08caa87c35a768ec0abb16b1e99c3a85f1df28e.tar.gz |
nvenc: H264 and HEVC encoders
Partially based on the work of Timo Rothenpieler <timo@rothenpieler.org>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index c57bd85083..6105a63355 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 25 +#define LIBAVCODEC_VERSION_MINOR 26 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |