From fca51256d4f4b432f551d24b20570cc79a34d1f8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 10 Jan 2013 18:01:26 +0100 Subject: swr: rename dither_pos to noise_pos THis more closely matches what the field represents 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 8423c3a767..0ec37545ff 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -52,7 +52,7 @@ typedef struct AudioData{ struct DitherContext { enum SwrDitherType method; - int dither_pos; + int noise_pos; float scale; float noise_scale; ///< Noise scale int ns_taps; ///< Noise shaping dither taps -- cgit v1.2.3