• Rémi Denis-Courmont's avatar
    avcodec: disable threading by default · c7f64b55
    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>
    (cherry picked from commit 8d59ba01d33c96d61db5e0e7ab9b8a30b052ebab)
    
    Conflicts:
    	modules/codec/avcodec/avcodec.c
    c7f64b55
avcodec.c 17.2 KB