diff options
author | Arwa Arif <arwaarif1994@gmail.com> | 2015-01-10 01:21:14 +0530 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-13 13:13:04 +0100 |
commit | 8c7e512ad9f818926d582e4de32b41e763834722 (patch) | |
tree | 68348fb3d0a76273bdf8de92acdb93a04b77f2d0 /libavfilter/version.h | |
parent | 57ede2a5070f42fde19175ef666b63b101bcd983 (diff) | |
download | ffmpeg-8c7e512ad9f818926d582e4de32b41e763834722.tar.gz |
lavfi: remove mp=pp7
The filter was ported to a native libavfilter filter in
a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6.
Signed-off-by: Stefano Sabatini <stefasab@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 b931aa9f7b..383eb55ef4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 7 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |