diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-26 11:27:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-26 11:27:09 +0000 |
commit | 17fc94933b050c7b0917ee5a347b14d7b6f87580 (patch) | |
tree | fee63df759e9bce7af7707d36748f4ce227b19cc /libavfilter/avfilter.h | |
parent | 91cbb6ba53147a058e5cc91f5e466f18529abd9d (diff) | |
download | ffmpeg-17fc94933b050c7b0917ee5a347b14d7b6f87580.tar.gz |
Add erode libopencv filter.
Originally committed as revision 26097 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 177e1ab29a..6d5d8787c7 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -28,7 +28,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 70 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MICRO 2 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |