diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-03-07 12:05:42 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-03-07 12:05:42 +0100 |
commit | bba9bed3f3b1608dc70c01ff9e31d36e497db025 (patch) | |
tree | 4292a49515db8f8c2e2c9fa72a0fdf9600d1838c /libavfilter/version.h | |
parent | 0ba844a053da5e409a36a8159adb16aea5b5dd71 (diff) | |
download | ffmpeg-bba9bed3f3b1608dc70c01ff9e31d36e497db025.tar.gz |
lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.
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 3d9cb891c9..80e7c71d82 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 6 #define LIBAVFILTER_VERSION_MINOR 39 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MICRO 102 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |