diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 6cc9ed1c32..71a82cc54c 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -92,7 +92,7 @@ * swr_free(). */ -#include +#include #include "libavutil/samplefmt.h" #include "libswresample/version.h" diff --git a/libswresample/version.h b/libswresample/version.h index fe747ebf01..49541c2fce 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -30,7 +30,7 @@ #define LIBSWRESAMPLE_VERSION_MAJOR 0 #define LIBSWRESAMPLE_VERSION_MINOR 17 -#define LIBSWRESAMPLE_VERSION_MICRO 100 +#define LIBSWRESAMPLE_VERSION_MICRO 101 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ LIBSWRESAMPLE_VERSION_MINOR, \