Skip to content
  • Thomas Guillem's avatar
    transcode/audio: fix dec->fmt_out thread safety · 0b80b6d1
    Thomas Guillem authored
    Since the decoder fmt_out can be updated from any threads with async decoders.
    
    PS: As audio output blocks are not linked with a audio_format_t, it's still not
    possible to know the real fmt of an audio output block if the format changed.
    0b80b6d1