diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-19 14:58:57 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-01-07 21:49:06 -0500 |
commit | 074a00d192c0e749d677b008b337da42597e780f (patch) | |
tree | 3f828927503dfef5df7eee5c974ffab75f2407be /libavresample/dither.h | |
parent | 4d68269d58ca4f6f71b4baa30e0cf9fbde52bbc3 (diff) | |
download | ffmpeg-074a00d192c0e749d677b008b337da42597e780f.tar.gz |
lavr: add a public function for setting a custom channel map
This allows reordering, duplication, and silencing of input channels.
Diffstat (limited to 'libavresample/dither.h')
-rw-r--r-- | libavresample/dither.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |