diff options
author | Sumit Agarwal <sumita@nvidia.com> | 2017-05-09 19:54:54 +0530 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-05-10 10:22:41 +0200 |
commit | 01775730fd1e1877c142518f8cce9d23c47060b1 (patch) | |
tree | 19520b5c59789e3d671f03a797e770bd323ae9ea /libavcodec/version.h | |
parent | 18a659d1b653c24de1a691c13f7db1b6e6a95aee (diff) | |
download | ffmpeg-01775730fd1e1877c142518f8cce9d23c47060b1.tar.gz |
avcodec/nvenc: add weighted prediction support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.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 4b2d85f00d..f0b74fc3b4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 95 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |