]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/version.h
avfilter/vf_gblur: add support for 12bit yuva formats
[ffmpeg] / libavfilter / version.h
index c71282c036b668e89927b704495394b325c9e7a1..2e3ff53b20f4cd3b617b4efd0c500a50ef167cb2 100644 (file)
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR   7
-#define LIBAVFILTER_VERSION_MINOR  48
+#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)