audioconvert: fix typo in comment

This commit is contained in:
Stefan Kost 2010-05-06 08:16:45 +03:00
parent f5469d42de
commit 51739d562c

View 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 out depth is bigger than 20 bits
/* Don't dither or apply noise shaping if our 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. */