• Max Kellermann's avatar
    shout: fixed the lame input buffer allocation · f600f4a2
    Max Kellermann authored
    "float (*lamebuf)[2] = g_malloc()" does NOT allocate two float*
    buffers.  The formula is even wrong: it should be applied to LAME's
    output buffer, not its input buffer.
    
    Converted "lamebuf" to the two variables "left" and "right", and
    allocate them independently with the exact buffer size.  Set
    right=left if mono output is configured.
    f600f4a2
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...