From 1bed09a30ef95cc85513688f3b3c18c3fd332fd8 Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sat, 7 Nov 2015 10:16:27 -0500 Subject: swresample: allow double precision beta value for the Kaiser window Kaiser windows inherently don't require beta to be an integer. This was an arbitrary restriction. Moreover, soxr does not require it, and in fact often estimates beta to a non-integral value. Thus, this patch allows greater flexibility for swresample clients. Micro version is updated. Reviewed-by: Derek Buitenhuis Reviewed-by: Michael Niedermayer Signed-off-by: Ganesh Ajjanagadde --- libswresample/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/version.h') diff --git a/libswresample/version.h b/libswresample/version.h index 12b32826db..8f6ecb418a 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -30,7 +30,7 @@ #define LIBSWRESAMPLE_VERSION_MAJOR 2 #define LIBSWRESAMPLE_VERSION_MINOR 0 -#define LIBSWRESAMPLE_VERSION_MICRO 100 +#define LIBSWRESAMPLE_VERSION_MICRO 101 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ LIBSWRESAMPLE_VERSION_MINOR, \ -- cgit v1.2.3