From b2fe6756e34d1316d0fa799e8a5ace993059c407 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Wed, 31 Oct 2012 15:40:12 -0400 Subject: lavr: add option for dithering during sample format conversion to s16 --- libavresample/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavresample/internal.h') diff --git a/libavresample/internal.h b/libavresample/internal.h index 3fd33fed6a..2e139abf2b 100644 --- a/libavresample/internal.h +++ b/libavresample/internal.h @@ -53,6 +53,7 @@ struct AVAudioResampleContext { double cutoff; /**< resampling cutoff frequency. 1.0 corresponds to half the output sample rate */ enum AVResampleFilterType filter_type; /**< resampling filter type */ int kaiser_beta; /**< beta value for Kaiser window (only applicable if filter_type == AV_FILTER_TYPE_KAISER) */ + enum AVResampleDitherMethod dither_method; /**< dither method */ int in_channels; /**< number of input channels */ int out_channels; /**< number of output channels */ -- cgit v1.2.3