From 0982b0a431060039517b35af7eae14dbf1c2ce10 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 9 May 2012 06:35:13 +0200 Subject: lavr: make avresample_read() with NULL output discard samples. --- libavresample/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample/version.h') diff --git a/libavresample/version.h b/libavresample/version.h index 47504c9380..6211a56352 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -21,7 +21,7 @@ #define LIBAVRESAMPLE_VERSION_MAJOR 0 #define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 1 +#define LIBAVRESAMPLE_VERSION_MICRO 2 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ -- cgit v1.2.3