avcodec: disable threading by default
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: Ilkka Ollakka <ileoo@videolan.org>
(cherry picked from commit 8d59ba01d33c96d61db5e0e7ab9b8a30b052ebab)
Conflicts:
modules/codec/avcodec/avcodec.c
Showing
Please register or sign in to comment