forked from len0rd/rockbox
DSP settings are properly reset when changing between tracks with different sampling rates.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a20f127d43
commit
bd49835135
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ enum codec_status codec_start(struct codec_api* api)
|
||||||
vf.serialnos = NULL;
|
vf.serialnos = NULL;
|
||||||
vf.pcmlengths = NULL;
|
vf.pcmlengths = NULL;
|
||||||
ov_clear(&vf);
|
ov_clear(&vf);
|
||||||
|
previous_section = -1;
|
||||||
goto next_track;
|
goto next_track;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue