]> git.sesse.net Git - vlc/commit
avcodec: blacklist some codecs for multithreading
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 16 May 2010 20:05:07 +0000 (23:05 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 16 May 2010 20:05:07 +0000 (23:05 +0300)
commit015b33bc369f7cf89df349e81790ddf655427316
tree50b69e3363b657b12a06b8976261695ec2aca5b7
parent6db40aa9998be5088a0b7b8c14fc38b9311afb31
avcodec: blacklist some codecs for multithreading

libavcodec doesn't allow multiple threads on some codecs, so blacklist them
to have only 1. Not sure if it would be easier just to revert few commits to
default whole to 1 thread.

I did't spot any other codecs that would exit if thread_count > 1 in libavcodec.

Fix #3613
modules/codec/avcodec/encoder.c