• Max Kellermann's avatar
    audio_format: added audio_format_clear() and audio_format_defined() · d9254369
    Max Kellermann authored
    audio_format_clear() sets an audio_format struct to an cleared
    (undefined) state, which is both faster and smaller than memset(0).
    audio_format_defined() checks if the audio_format struct actually has
    a defined value (i.e. non-zero).  Both can be used to avoid pointers
    to audio_format, replacing the "NULL" value with an "undefined"
    audio_format.
    d9254369
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...