From cc17b43d8dd324fbae98407124618e746a390a76 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 3 Jun 2015 01:22:25 +0200 Subject: swresample: Add swr_get_out_samples() Previous version reviewed-by: Pavel Koshevoy Previous version reviewed-by: wm4 Signed-off-by: Michael Niedermayer --- 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 61c76fa2f4..94ac9c52d0 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBSWRESAMPLE_VERSION_MAJOR 1 -#define LIBSWRESAMPLE_VERSION_MINOR 1 +#define LIBSWRESAMPLE_VERSION_MINOR 2 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ -- cgit v1.2.3