From 4010d724e1d57858d56bff66fa245f2d5646be6e Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 26 Apr 2012 16:02:37 -0400 Subject: lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type --- libavresample/avresample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample/avresample.h') diff --git a/libavresample/avresample.h b/libavresample/avresample.h index 41688ed555..7350805e41 100644 --- a/libavresample/avresample.h +++ b/libavresample/avresample.h @@ -39,7 +39,7 @@ typedef struct AVAudioResampleContext AVAudioResampleContext; /** Mixing Coefficient Types */ enum AVMixCoeffType { - AV_MIX_COEFF_TYPE_Q6, /** 16-bit 10.6 fixed-point */ + AV_MIX_COEFF_TYPE_Q8, /** 16-bit 8.8 fixed-point */ AV_MIX_COEFF_TYPE_Q15, /** 32-bit 17.15 fixed-point */ AV_MIX_COEFF_TYPE_FLT, /** floating-point */ AV_MIX_COEFF_TYPE_NB, /** Number of coeff types. Not part of ABI */ -- cgit v1.2.3