diff options
author | Philip Langdale <philipl@overt.org> | 2019-05-13 20:00:12 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2019-05-15 11:40:50 -0700 |
commit | bfbde996cfa51a28359841369144ad075d603086 (patch) | |
tree | a2adc5889232b2b6c416c45b95a706cb6aab14fd /libavfilter/version.h | |
parent | 89bd7554b209a447062c306129d3f36d673cbd4d (diff) | |
download | ffmpeg-bfbde996cfa51a28359841369144ad075d603086.tar.gz |
avfilter/vf_scale_cuda: Add support for YUV444P16
This format is interesting because it's what you get for decoded
10/12bit HEVC 4:4:4.
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 293af36f62..ed3fc7f108 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 7 #define LIBAVFILTER_VERSION_MINOR 53 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |