diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-14 17:15:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-14 17:15:56 +0200 |
commit | 5ee6fb758329ce3fbd52678d48eb14d1c53f89b8 (patch) | |
tree | 4f8aab06ce6c1c7cce83f0c4fdf4006e7a718dde /libavfilter/version.h | |
parent | d58fa9482e9da53e761497760f68f491999dc028 (diff) | |
download | ffmpeg-5ee6fb758329ce3fbd52678d48eb14d1c53f89b8.tar.gz |
avfilter/vf_pp: add gbrp support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 f3448ede15..5d97f65032 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 1 -#define LIBAVFILTER_VERSION_MICRO 105 +#define LIBAVFILTER_VERSION_MICRO 106 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |