From b1470d7a60636c7f2a2ea9e3c926ca57f10d0651 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 26 Oct 2011 00:41:26 +0200 Subject: rematrix: change type of integers from 16 to 32bit to allow increasing volume with it. Signed-off-by: Michael Niedermayer --- libswresample/swresample_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/swresample_internal.h') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 3137be62da..fc5f25c4a3 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -62,7 +62,7 @@ typedef struct SwrContext { //FIXME find unused fields struct AVResampleContext *resample; float matrix[SWR_CH_MAX][SWR_CH_MAX]; - int16_t matrix16[SWR_CH_MAX][SWR_CH_MAX]; + int32_t matrix32[SWR_CH_MAX][SWR_CH_MAX]; uint8_t matrix_ch[SWR_CH_MAX][SWR_CH_MAX+1]; //TODO callbacks for asm optims -- cgit v1.2.3