summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2013-10-02 22:23:55 +0200
committerPaul B Mahol <onemda@gmail.com>2013-10-02 21:02:59 +0000
commit0362cf1a1928b5236e079b8b2aac1c776f91145e (patch)
treeb5848a01a84f2d6ec865549e65837872a3b41e21 /libavfilter/version.h
parent5b5bb0d81c5353f64e142a52ade18db4a6c2f512 (diff)
avfilter/vf_histogram: add mirrored waveform mode
Added parameter to mirror the waveform (high values are shown on top in column mode) Signed-off-by: Marton Balint <cus@passwd.hu>
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 4e496a2119..edc8bcff77 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 88
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \