diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-09 14:08:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-18 19:33:54 +0200 |
commit | 54c5dd89e3125c1f363fe8f95d2837a796967c6e (patch) | |
tree | 81ab0aac9986652080fdcdb3d29ee32e1d59c20c /libavfilter/version.h | |
parent | 7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64 (diff) | |
download | ffmpeg-54c5dd89e3125c1f363fe8f95d2837a796967c6e.tar.gz |
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
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 192af68dcb..f352f7b242 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 17 +#define LIBAVFILTER_VERSION_MINOR 18 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |