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/dither.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample/dither.h') diff --git a/libavresample/dither.h b/libavresample/dither.h index 8b30dd23e0..d6a7d3ea8d 100644 --- a/libavresample/dither.h +++ b/libavresample/dither.h @@ -66,7 +66,7 @@ typedef struct DitherDSPContext { DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, - int channels, int sample_rate); + int channels, int sample_rate, int apply_map); /** * Free a DitherContext. -- cgit v1.2.3