diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-03 12:46:28 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-03 14:05:38 +0000 |
commit | 916549cb1e73a8c953bc7acee1fa95f68d358469 (patch) | |
tree | cab84dcaa1db1b47d8454b5ba6b69710281bc04d /libavfilter/version.h | |
parent | 3dd4b6ea417a48cf585b417dd7a7d1db8a785b51 (diff) | |
download | ffmpeg-916549cb1e73a8c953bc7acee1fa95f68d358469.tar.gz |
lavfi/mp: remove mp=phase
The filter was ported to a native libavfilter filter.
Signed-off-by: Paul B Mahol <onemda@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 cdae706a05..a87a5753c6 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 83 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |