diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-01 22:30:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-01 22:35:20 +0200 |
commit | ec34963276fc03fc0730bd0be264ff9b7f3145fb (patch) | |
tree | 46df24a3444b5b609fd1ae365f58409d57d54bd4 /libavfilter/version.h | |
parent | 5fa252b212d1e042262e000ad1e3af3e0c91377c (diff) | |
download | ffmpeg-ec34963276fc03fc0730bd0be264ff9b7f3145fb.tar.gz |
lavfi/mp: drop mcdeint wrapper
It was ported to a native libavfilter 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 f727f1ccdf..755b2dc765 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 74 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |