audioconvert: disambigue comment due to popular demand
authorStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 21:10:22 +0000 (00:10 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 21:10:22 +0000 (00:10 +0300)
Write "target depth" instead of "our depth" or previous ambigous "out depth".

gst/audioconvert/audioconvert.c

index 580cb05..25bfb6f 100644 (file)
@@ -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. */