Skip to content
Snippets Groups Projects
Commit 3339f87d authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100

parent 4468ad82
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ static const AVClass av_class = {
unsigned swresample_version(void)
{
av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
return LIBSWRESAMPLE_VERSION_MICRO;
}
......
......@@ -31,7 +31,7 @@
#define LIBSWRESAMPLE_VERSION_MAJOR 0
#define LIBSWRESAMPLE_VERSION_MINOR 5
#define LIBSWRESAMPLE_VERSION_MICRO 0
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define SWR_CH_MAX 16 ///< Maximum number of channels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment