diff options
author | Clément Bœsch <u@pkh.me> | 2015-08-16 01:22:59 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-08-29 14:57:52 +0200 |
commit | b48d8fa3ac38849eab53cf586467481b256b3a99 (patch) | |
tree | 69b0d1f1f515d1228eae8741622d9828e8f2a304 /libavfilter/version.h | |
parent | 8323d9b8afbc0755120cbded0e0259b2ba23977c (diff) | |
download | ffmpeg-b48d8fa3ac38849eab53cf586467481b256b3a99.tar.gz |
avfilter: add allrgb
Signed-off-by: Nicolas George <george@nsup.org>
Signed-off-by: Clément Bœsch <u@pkh.me>
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 15eb5407be..93fc827b56 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 39 +#define LIBAVFILTER_VERSION_MINOR 40 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |