diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-20 22:12:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-20 22:13:23 +0200 |
commit | 835eee88ec4c29496c2c2547b42460efd135f94f (patch) | |
tree | b0ecf44b2a0b5629a987c5f1598ede90efb9e8f4 /libavfilter/version.h | |
parent | bbf6cb754cc832a9663e3a3137f97edc85785d1d (diff) | |
download | ffmpeg-835eee88ec4c29496c2c2547b42460efd135f94f.tar.gz |
avfilter/vf_scale: add in/out color range option
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 a10089abbe..db210dc7e7 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 81 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MICRO 102 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |