summaryrefslogtreecommitdiff
path: root/libavresample/dither.h
diff options
context:
space:
mode:
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.