[FFmpeg-devel] [PATCH 4/4] avfilter/vf_histogram: add mirrored waveform mode
Paul B Mahol
onemda at gmail.com
Tue Oct 1 22:24:47 CEST 2013
On 10/1/13, Marton Balint <cus at passwd.hu> wrote:
> Added parameter to mirror the waveform (high values are shown on top in
> column mode)
>
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> doc/filters.texi | 6 ++++++
> libavfilter/version.h | 2 +-
> libavfilter/vf_histogram.c | 24 +++++++++++++++++-------
> 3 files changed, 24 insertions(+), 8 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 93cdad8..3b8c42a 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -4751,6 +4751,12 @@ Default value is @code{10}. Allowed range is [1,
> 255].
> Set mode for @code{waveform}. Can be either @code{row}, or @code{column}.
> Default is @code{row}.
>
> + at item waveform_mirror
> +Set mirroring mode for @code{waveform}. @code{0} means unmirrored,
> @code{1}
> +means mirrored. In mirrored mode, higher values will be represented on the
> left
> +side for @code{row} mode and at the top for @code{column} mode. Default is
> + at code{0} (unmirrored).
> +
> @item display_mode
> Set display mode for @code{waveform} and @code{levels}.
> It accepts the following values:
> diff --git a/libavfilter/version.h b/libavfilter/version.h
> index 4e496a2..07bc23c 100644
> --- a/libavfilter/version.h
> +++ b/libavfilter/version.h
> @@ -30,7 +30,7 @@
> #include "libavutil/avutil.h"
>
> #define LIBAVFILTER_VERSION_MAJOR 3
> -#define LIBAVFILTER_VERSION_MINOR 88
> +#define LIBAVFILTER_VERSION_MINOR 89
> #define LIBAVFILTER_VERSION_MICRO 100
This should be MICRO not MINOR.
[...]
More information about the ffmpeg-devel
mailing list