aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:18:43 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:18:43 +0000
commit75b67a8a99202321e9241e29c98c633a1b20846b (patch)
tree670a435c6e9bd25c1a6e715c2bc35a0114758a6b /libavfilter/avfilter.h
parent2bc05d35470d5a18f9c6d2d10be9c1c8ddc2f634 (diff)
downloadffmpeg-75b67a8a99202321e9241e29c98c633a1b20846b.tar.gz
Make the crop filters accept parametric expressions.
Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 6fe6fa16ff..39e5bc942a 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 41
+#define LIBAVFILTER_VERSION_MINOR 42
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \