• Max Kellermann's avatar
    decoder: removed "volatile" modifier · ec6d2678
    Max Kellermann authored
    The variable "next_song" is already protected by a memory barrier.
    "total_time" is not important for synchronization, and we don't need
    "volatile" here.
    ec6d2678
decoder_control.h 2.45 KB