summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-23 06:01:20 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-23 06:03:11 +0100
commitf810ab45e3be8af96aa8b07154cca1f45bb3e75a (patch)
treed902e492ea27609de1828a8f22237c594c7ba1da /libavfilter/avfilter.c
parentae7a6441df26b5dd921af95677ec5e6dd35dc970 (diff)
libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 5327cf9b69..fa8d0d7209 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -31,6 +31,7 @@
#include "internal.h"
unsigned avfilter_version(void) {
+ av_assert0(LIBAVFILTER_VERSION_MICRO >= 100);
return LIBAVFILTER_VERSION_INT;
}