diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2018-05-09 22:30:34 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2018-05-10 00:34:22 +0200 |
commit | 1c15d266150c29ea1d993e1da43769ec880ff9c7 (patch) | |
tree | 6729486a387b5cec0b401326b45f76d60d56233c /libavfilter/version.h | |
parent | ece068a771ac3f725e854c681ecbef08e792addc (diff) | |
download | ffmpeg-1c15d266150c29ea1d993e1da43769ec880ff9c7.tar.gz |
avfilter/vf_hwupload_cuda: update supported pix_fmts
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 271e5fc20f..93dd173fc9 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 7 #define LIBAVFILTER_VERSION_MINOR 21 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |