diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-22 03:09:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-22 03:09:41 +0100 |
commit | 3339f87dbd3609cd13c9442adab33a1bb03da838 (patch) | |
tree | daf7dc292e7cbe225812134ef718b384a89177d3 /libswresample/swresample.c | |
parent | 4468ad827a4ed70bb7061162b2f2e883989ee1db (diff) | |
download | ffmpeg-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.c | 1 |
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; } |