diff options
author | Arwa Arif <arwaarif1994@gmail.com> | 2014-12-25 09:50:24 +0530 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-09 17:26:31 +0100 |
commit | a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6 (patch) | |
tree | 0058f0a8feb665e0bb326a5c4cff07b2aa3eda67 /libavfilter/version.h | |
parent | b1d223301f03741c87a0e0b755c108bbc2eafc93 (diff) | |
download | ffmpeg-a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6.tar.gz |
lavfi: port mp=pp7 to libavfilter
The only difference with mp=pp7 is that default mode is "medium", as stated
in the MPlayer docs, rather than "hard".
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 50967f4340..b931aa9f7b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 6 +#define LIBAVFILTER_VERSION_MINOR 7 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |