diff options
author | Marton Balint <cus@passwd.hu> | 2013-10-02 22:23:55 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-10-02 21:02:59 +0000 |
commit | 0362cf1a1928b5236e079b8b2aac1c776f91145e (patch) | |
tree | b5848a01a84f2d6ec865549e65837872a3b41e21 /libavfilter/version.h | |
parent | 5b5bb0d81c5353f64e142a52ade18db4a6c2f512 (diff) | |
download | ffmpeg-0362cf1a1928b5236e079b8b2aac1c776f91145e.tar.gz |
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.h | 2 |
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, \ |