Skip to content
  • Thomas Guillem's avatar
    aout: filters: clock_source is mutable · 9af06586
    Thomas Guillem authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
    Even if the clock is only used for functions that are not modifying the
    clock, it locks the clock->main_clock mutex.
    
    This change is necessary as all vlc_clock_t will need to be called with
    the lock held.
    9af06586