• Max Kellermann's avatar
    use C99 struct initializers · de7cda1d
    Max Kellermann authored
    The old struct initializers are error prone and don't allow moving
    elements around.  Since we are going to overhaul some of the APIs
    soon, it's easier to have all implementations use C99 initializers.
    de7cda1d
audioOutput_null.c 2.08 KB