]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/version.h
avfilter/vf_gblur: add support for 12bit yuva formats
[ffmpeg] / libavfilter / version.h
index 77e1a77b5045222df646d8ac7110905926f95c5f..2e3ff53b20f4cd3b617b4efd0c500a50ef167cb2 100644 (file)
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR   7
-#define LIBAVFILTER_VERSION_MINOR  38
+#define LIBAVFILTER_VERSION_MINOR  66
 #define LIBAVFILTER_VERSION_MICRO 100
 
+
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \
                                                LIBAVFILTER_VERSION_MICRO)