From 59aed93208398e42829ea17e0639f0a3588bdf65 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 20:58:53 +0100 Subject: ad_lavc: expose an option to enable threading --- DOCS/man/en/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 501475f33a..efe18f9eab 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -42,6 +42,12 @@ OPTIONS requested number of output channels is set with the ``--channels`` option. Useful for playing surround audio on a stereo system. +``--ad-lavc-threads=<0-16>`` + Number of threads to use for decoding. Whether threading is actually + supported depends on codec. As of this writing, it's supported for some + lossless codecs only. 0 means autodetect number of cores on the + machine and use that, up to the maximum of 16 (default: 1). + ``--ad-lavc-o==[,=[,...]]`` Pass AVOptions to libavcodec decoder. Note, a patch to make the o= unneeded and pass all unknown options through the AVOption system is -- cgit v1.2.3