• Max Kellermann's avatar
    decoder/gme: pass the whole buffer to decoder_data() · 6566038d
    Max Kellermann authored
    Pass sizeof(buf) to decoder_data(), not the number of samples (which
    is half the size).  At the same time, pass GME_BUF_SIZE to gme_play()
    - libgme really wants to get the number of samples, not the number of
    stereo frames.  Previously, this plugin had been using only the first
    half of the buffer.
    6566038d
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test 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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...