diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-17 15:02:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-23 19:55:34 +0100 |
commit | 8a02a8031ef4f98faf5647f0e01a8922247bf748 (patch) | |
tree | 31665341f54d4f8e5eb95f3634c69b47c047fe2b /libavfilter/version.h | |
parent | 98114d70e48caf871b0fe9b8e5bf8ebd989b845d (diff) | |
download | ffmpeg-8a02a8031ef4f98faf5647f0e01a8922247bf748.tar.gz |
lavfi: add an NVIDIA NPP-based scaling filter
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 1ca0f37a6a..c8102dd7d0 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 6 -#define LIBAVFILTER_VERSION_MINOR 3 +#define LIBAVFILTER_VERSION_MINOR 4 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |