diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-01-09 19:50:19 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-01-09 23:13:05 +0100 |
commit | a7d0e7ead95e584c4866617f046b2493066975c6 (patch) | |
tree | a16ab44d340be097ec0b3b5abffc7915b65d39a6 /libavfilter/version.h | |
parent | aa69cbc9e08281db6ecb98a2c8b4f60e8b12e558 (diff) | |
download | ffmpeg-a7d0e7ead95e584c4866617f046b2493066975c6.tar.gz |
lavfi: add framepack filter
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 f41114b86d..1684aa5e7b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 4 -#define LIBAVFILTER_VERSION_MINOR 0 +#define LIBAVFILTER_VERSION_MINOR 1 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |