diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-17 17:39:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-21 13:04:48 +0200 |
commit | 8c2863b87f651bfce061d5b0e03cd756b049a553 (patch) | |
tree | eef8440fc6b8d335a2b753f85f0dd9c933175d8e /libavfilter/avfilter.h | |
parent | c76974524a622745f3e8e105eb84793ccdb87d0b (diff) | |
download | ffmpeg-8c2863b87f651bfce061d5b0e03cd756b049a553.tar.gz |
vf_mp: remove cropdetect wrapper
The cropdetect filter is natively integrated into libavfilter.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 05cac39449..2fe1f14ec7 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 27 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MICRO 2 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |