From 4965782c482309e90656ba2c6e177177c675202e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 7 May 2010 00:10:22 +0300 Subject: [PATCH] audioconvert: disambigue comment due to popular demand Write "target depth" instead of "our depth" or previous ambigous "out depth". --- gst/audioconvert/audioconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioconvert/audioconvert.c b/gst/audioconvert/audioconvert.c index 580cb059ee..25bfb6fcad 100644 --- a/gst/audioconvert/audioconvert.c +++ b/gst/audioconvert/audioconvert.c @@ -427,7 +427,7 @@ audio_convert_prepare_context (AudioConvertCtx * ctx, AudioConvertFmt * in, ctx->in = *in; ctx->out = *out; - /* Don't dither or apply noise shaping if our depth is bigger than 20 bits + /* Don't dither or apply noise shaping if target depth is bigger than 20 bits * as DA converters only can do a SNR up to 20 bits in reality. * Also don't dither or apply noise shaping if target depth is larger than * source depth. */