• Max Kellermann's avatar
    shout: copy the audio_format, instead of taking a pointer · 544c13cc
    Max Kellermann authored
    Storing pointers to immutable audio_format structs isn't worth it,
    because the struct itself isn't much larger than the pointer.  Since
    the shout plugin requires the user to configure a fixed audio format,
    we can simply copy it in myShout_initDriver().
    544c13cc
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...