aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-14 13:21:13 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-14 13:21:13 +0000
commit6ebf0bfc17253e29a226e888fb9b7b31574a2eed (patch)
tree2ecb2e1180faaec6ec691514b93b8ad987b5479b /libavfilter/avfilter.h
parentc12f7b2d2cf45b18dbabb207bcf142e5f170c773 (diff)
downloadffmpeg-6ebf0bfc17253e29a226e888fb9b7b31574a2eed.tar.gz
Implement libopencv smooth filter.
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 024c8b805d..7fbcbf2322 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -25,8 +25,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 1
-#define LIBAVFILTER_VERSION_MINOR 38
-#define LIBAVFILTER_VERSION_MICRO 3
+#define LIBAVFILTER_VERSION_MINOR 39
+#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \