summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-09 14:59:10 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-13 00:04:06 +0200
commit5c0d8bc4cea23cfe85c082a03871cf73190813fb (patch)
treed9020fdf476174054217f51a6996e01fe497fc35 /libavfilter/version.h
parenta25346e65cc2f46e3a9ec1a12312a09cd9b132ed (diff)
lavfi: add avfilter_get_class() and iteration callbacks
Allow iteration over filter options.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index a47262fb65..daed93a082 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 7
+#define LIBAVFILTER_VERSION_MINOR 8
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \