• Max Kellermann's avatar
    shout: make the shout_buffer static · 265b8fff
    Max Kellermann authored
    Since the buffer size is known at compile time, we can save an
    indirection by declaring it as a char array instead of a pointer.
    That saves an extra allocation, and we can calculate with the
    compile-time constant sizeof(data) instead of the attribute "max_len".
    265b8fff
Name
Last commit
Last update
..
audioOutput_alsa.c Loading commit data...
audioOutput_ao.c Loading commit data...
audioOutput_fifo.c Loading commit data...
audioOutput_jack.c Loading commit data...
audioOutput_mvp.c Loading commit data...
audioOutput_null.c Loading commit data...
audioOutput_oss.c Loading commit data...
audioOutput_osx.c Loading commit data...
audioOutput_pulse.c Loading commit data...
audioOutput_shout.c Loading commit data...
audioOutput_shout.h Loading commit data...
audioOutput_shout_mp3.c Loading commit data...
audioOutput_shout_ogg.c Loading commit data...