From 074a00d192c0e749d677b008b337da42597e780f Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Wed, 19 Dec 2012 14:58:57 -0500 Subject: lavr: add a public function for setting a custom channel map This allows reordering, duplication, and silencing of input channels. --- libavresample/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavresample/version.h') diff --git a/libavresample/version.h b/libavresample/version.h index ebcd07f57c..387d097d3a 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -20,8 +20,8 @@ #define AVRESAMPLE_VERSION_H #define LIBAVRESAMPLE_VERSION_MAJOR 1 -#define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 1 +#define LIBAVRESAMPLE_VERSION_MINOR 1 +#define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ -- cgit v1.2.3