diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2018-05-09 18:59:05 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2018-05-10 00:34:22 +0200 |
commit | 41a18982d092505ffb6af7d02a3ff62eaf2d6d63 (patch) | |
tree | cedb666e0b3d68dfa6158308f15e7692f0615140 /libavutil/version.h | |
parent | 93d1756af2908150f7c8c0590b9ed246951d474a (diff) | |
download | ffmpeg-41a18982d092505ffb6af7d02a3ff62eaf2d6d63.tar.gz |
avutil/hwcontext_cuda: add support for nvenc rgb formats
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 186fe0794d..44bdebdc93 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -80,7 +80,7 @@ #define LIBAVUTIL_VERSION_MAJOR 56 #define LIBAVUTIL_VERSION_MINOR 18 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MICRO 102 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |