diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-16 09:19:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-22 21:06:01 +0200 |
commit | 58b049f2fa4f192b00baadb5f1f32ca366f936ea (patch) | |
tree | 8b44e5cdd0178461047042a10fc0d101f4bcba8e /libavfilter/version.h | |
parent | fa0662393096a1ece73ccc321cd5b8948e96e431 (diff) | |
download | ffmpeg-58b049f2fa4f192b00baadb5f1f32ca366f936ea.tar.gz |
lavfi: support automatically inserting the fifo filter when needed.
This breaks libavfilter ABI.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 562147b657..b8f2749e12 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -28,8 +28,8 @@ #include "libavutil/avutil.h" -#define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 23 +#define LIBAVFILTER_VERSION_MAJOR 3 +#define LIBAVFILTER_VERSION_MINOR 0 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |