diff options
author | Kevin Mitchell <kevmitch@gmail.com> | 2014-11-02 21:30:51 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-03 16:31:26 +0100 |
commit | fe6f5f2908ae9ac49e8f4f0aae66839f1557c61a (patch) | |
tree | cdbe2ad5d6246ea136c201f382684062fa841f44 /libavfilter/version.h | |
parent | 50138ea4f7b3df618b905f9540174387cded79c6 (diff) | |
download | ffmpeg-fe6f5f2908ae9ac49e8f4f0aae66839f1557c61a.tar.gz |
avfilter/vf_idet: add a "half_life" option for statistics
This can be useful for videos in which the interlacing pattern changes.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 440c587981..dab9b45e94 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 2 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MICRO 102 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |