Skip to content
  • Rémi Denis-Courmont's avatar
    avcodec: disable threading by default · 8d59ba01
    Rémi Denis-Courmont authored
    
    
    Threading does not currently work with some codec profiles and is thus
    not suited as default. Threading is also known to deadlock in certain
    circumstances, such as if no data is ever received (a rather common
    scenario with network or DVB reception).
    
    Fixed avcodec version should be checked before this is re-enabled.
    
    Acked-by: default avatarIlkka Ollakka <ileoo@videolan.org>
    8d59ba01