From a2c92e60639b132e291c97aff9a7e18d1a0ae049 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 Apr 2012 13:44:15 +0200 Subject: swr: pass context to swri_get_dither() Signed-off-by: Michael Niedermayer --- libswresample/swresample_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/swresample_internal.h') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 68b51305bc..d2cb85b375 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -94,6 +94,6 @@ int swri_rematrix_init(SwrContext *s); int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy); void swri_sum2(enum AVSampleFormat format, void *dst, const void *src0, const void *src1, float coef0, float coef1, int len); -void swri_get_dither(void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, enum SwrDitherType type); +void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); #endif -- cgit v1.2.3