• Max Kellermann's avatar
    audio: replaced copyAudioFormat() with simple assignment · 7f1cccb3
    Max Kellermann authored
    The "!src" check in copyAudioFormat() used to hide bugs - one should
    never pass NULL to it.  There is one caller which might pass NULL, add
    a check in this caller.
    
    Instead of doing mempcy(), we can simply assign the structures, which
    looks more natural.
    7f1cccb3
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...