diff options
author | Clément Bœsch <u@pkh.me> | 2014-12-24 15:03:26 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-03-18 12:19:08 +0100 |
commit | 304fdfe9f3a3879ce95d01c4dcb7e33bdb68f9ef (patch) | |
tree | 61535b815be4fcc17ba622e9f4faab5a2577fdc1 /libavfilter/version.h | |
parent | 0f16dfda50cb6b7b13e2a3f02f0823f67eeca748 (diff) | |
download | ffmpeg-304fdfe9f3a3879ce95d01c4dcb7e33bdb68f9ef.tar.gz |
lavfi: add showwavespic filter
This is a variant of showwaves. It is implemented as a different filter
so that the user is not allowed to use meaningless options which belong
to showwaves (such as rate).
Major edits done by Stefano Sabatini, from a patch by ubitux.
See thread:
From: Clément Bœsch <u@pkh.me>
To: ffmpeg-devel@ffmpeg.org
Date: Wed, 24 Dec 2014 15:03:26 +0100
Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option
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 a964392603..b349aaf427 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 12 +#define LIBAVFILTER_VERSION_MINOR 13 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |