diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-17 15:49:51 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-31 16:04:37 +0200 |
commit | 9dd3d6c72a2eca41e24d8c7bb8983abcb6310bf8 (patch) | |
tree | 036f239049df6e8dee3cc644af941157157bd120 /libavfilter/version.h | |
parent | 6c0107822d3ed7588fa857c3ed1ee886b4ba62e9 (diff) | |
download | ffmpeg-9dd3d6c72a2eca41e24d8c7bb8983abcb6310bf8.tar.gz |
lavfi: port decimate libmpcodecs filter
This filter is based on the MPlayer decimate filter by Rich Felker.
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 1201be8ad6..a216d9cd3a 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 14 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 15 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |