1
0
Fork 0
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:
Thom Johansen 2005-10-11 23:06:32 +00:00
parent 6762810ba6
commit af0a264cf6

View file

@ -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