summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-13 11:41:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-13 11:41:15 +0000
commit8955a324f4b3db0b63167c8b4a45606e0380ad15 (patch)
tree4cd101dad24cb0728526fe7d78f970c0c1b20f0c /libavfilter
parentbb4095133fa124305afda9b5ef02f595c6674a3f (diff)
Bump libavfilter minor version and add APIchanges entry after the
addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f181689d8e..060c6758bb 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -25,7 +25,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 1
-#define LIBAVFILTER_VERSION_MINOR 17
+#define LIBAVFILTER_VERSION_MINOR 18
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \