diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-02 01:21:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-02 01:21:36 +0200 |
commit | ac7b1f742324358e38a3354b9a4b4863042dd927 (patch) | |
tree | cd9dde23392d0d469f52a4bf3352bbf7802e0bf2 /libavfilter/version.h | |
parent | f5afd1c738d4bfd42de352d4900d24744d0367ce (diff) | |
download | ffmpeg-ac7b1f742324358e38a3354b9a4b4863042dd927.tar.gz |
lavfi/mandelbrot: Output RGB0 instead of RGBA.
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 670ee4e501..73f6fd862c 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 6 #define LIBAVFILTER_VERSION_MINOR 9 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |