mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
audioconvert: disambigue comment due to popular demand
Write "target depth" instead of "our depth" or previous ambigous "out depth".
This commit is contained in:
parent
85a8a09ce7
commit
4965782c48
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ audio_convert_prepare_context (AudioConvertCtx * ctx, AudioConvertFmt * in,
|
||||||
ctx->in = *in;
|
ctx->in = *in;
|
||||||
ctx->out = *out;
|
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.
|
* 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
|
* Also don't dither or apply noise shaping if target depth is larger than
|
||||||
* source depth. */
|
* source depth. */
|
||||||
|
|
Loading…
Reference in a new issue