docs: fix simple typo, chaning -> changing

There is a small typo in src/mixing.c.

Should read `changing` rather than `chaning`.
This commit is contained in:
Tim Gates 2020-12-19 08:48:19 +11:00
parent 3c0732c88f
commit 6784d54315
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -664,7 +664,7 @@ void mixing_push_fade(VGMSTREAM* vgmstream, int ch_dst, double vol_start, double
* pre1 start1 end1 post1
* - when pre and post are set nothing is done (fade is exact and multiple fades may overlap)
* - when previous fade's post or current fade's pre are negative (meaning file end/start)
* they should cancel each other (to allow chaning fade-in + fade-out + fade-in + etc):
* they should cancel each other (to allow changing fade-in + fade-out + fade-in + etc):
* <----------|----------|----------| |----------|----------|---------->
* pre1 start1 end1 post1 pre2 start2 end2 post2
* - other cases (previous fade is actually after/in-between current fade) are ignored