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
Showing
Please register or sign in to comment