aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/swresample.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:09:41 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:09:41 +0100
commit3339f87dbd3609cd13c9442adab33a1bb03da838 (patch)
treedaf7dc292e7cbe225812134ef718b384a89177d3 /libswresample/swresample.c
parent4468ad827a4ed70bb7061162b2f2e883989ee1db (diff)
downloadffmpeg-3339f87dbd3609cd13c9442adab33a1bb03da838.tar.gz
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample.c')
-rw-r--r--libswresample/swresample.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index 4443a97106..107ce168af 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -72,6 +72,7 @@ static const AVClass av_class = {
unsigned swresample_version(void)
{
+ av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
return LIBSWRESAMPLE_VERSION_MICRO;
}