diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-23 20:55:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-12 08:48:14 +0200 |
commit | ee42716b07073549cefabec466a33fad39ed5eb6 (patch) | |
tree | 12a3490fbe1e08779895a711a8fec577a3e1a849 /libavfilter/avfilter.h | |
parent | af1e247038c6c728b857118405adee0d2f184b40 (diff) | |
download | ffmpeg-ee42716b07073549cefabec466a33fad39ed5eb6.tar.gz |
lavfi: add showinfo filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index f8295e77c5..01af7b8e36 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -29,7 +29,7 @@ #include "libavutil/rational.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 4 +#define LIBAVFILTER_VERSION_MINOR 5 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |