forked from len0rd/rockbox
Disabled dynamic range compression.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6762810ba6
commit
af0a264cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ void a52_decode_data(uint8_t *start, uint8_t *end)
|
||||||
|
|
||||||
if (a52_frame(state, buf, &flags, &level, bias))
|
if (a52_frame(state, buf, &flags, &level, bias))
|
||||||
goto error;
|
goto error;
|
||||||
|
a52_dynrng(state, NULL, NULL);
|
||||||
frequency = sample_rate;
|
frequency = sample_rate;
|
||||||
|
|
||||||
/* An A52 frame consists of 6 blocks of 256 samples
|
/* An A52 frame consists of 6 blocks of 256 samples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue