aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-28 22:00:26 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 19:06:55 +0200
commit15f03725ced37e3b99e76f63f52cb92e10f134e2 (patch)
treec3615129590315c08798b160cff04e6fe19bfddd /libavfilter/avfilter.h
parentdd2793c880ea72c9aacda8245596694d9b4f378c (diff)
downloadffmpeg-15f03725ced37e3b99e76f63f52cb92e10f134e2.tar.gz
lavfi: add negate filter
This filter is a simple wrapper around the LUT filter.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 6dd5020ecf..bcfc4c6df9 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,7 +26,7 @@
#include "libavutil/samplefmt.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 19
+#define LIBAVFILTER_VERSION_MINOR 20
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \