diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-20 01:54:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-07 20:06:56 +0200 |
commit | 13c506918729c8a75d1012ba485fe25755c8221a (patch) | |
tree | ad721639542f9889767733b6ea037a872f0da707 /libavfilter/version.h | |
parent | 13bbc464ed949c7ec46a1147d6f3c496d320386c (diff) | |
download | ffmpeg-13c506918729c8a75d1012ba485fe25755c8221a.tar.gz |
lavfi: add smptebars source
Patch readapted by Stefano Sabatini, color values proposed by Tim
Nicholson <nichot20@yahoo.com>.
Address trac ticket #1462.
See thread:
Subject: [FFmpeg-devel] [PATCH] smptebars filter
Date: Wed, 20 Jun 2012 01:54:58 +0000
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index a3230b79b5..60660d8090 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 5 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MINOR 6 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |