summaryrefslogtreecommitdiff
path: root/libavresample/dither.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-08 12:56:41 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-08 12:56:41 +0100
commit249fca3df9f9790369d38aaa63c828c3e2a30936 (patch)
treefe8f3784cc3160505617bf76b32534c4b5367658 /libavresample/dither.h
parent3a0bac27b3c851924a5fbde5301a3ad6bf951aba (diff)
parent074a00d192c0e749d677b008b337da42597e780f (diff)
Merge commit '074a00d192c0e749d677b008b337da42597e780f'
* commit '074a00d192c0e749d677b008b337da42597e780f': lavr: add a public function for setting a custom channel map lavr: typedef internal structs in internal.h doc: Extend commit message section Conflicts: doc/APIchanges doc/developer.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavresample/dither.h')
-rw-r--r--libavresample/dither.h2
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.