aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-28 13:16:40 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-28 13:16:40 +0000
commite40032e23af272ae1b9a6b2cb4f1d944622ce108 (patch)
treef4c4c9f28ab47ec5bfd3393f3f29a7555cfe571e /libavfilter/avfilter.h
parent4dece8c7f8255fb3c4ad9fb7fd25a8ba7692fd27 (diff)
downloadffmpeg-e40032e23af272ae1b9a6b2cb4f1d944622ce108.tar.gz
Add the drawbox filter from the soc libavfilter repo.
Pedagogically useful. Originally committed as revision 25244 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 88991bc5a6..bb3312a82f 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 47
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MINOR 48
+#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \