• Ilkka Ollakka's avatar
    avcodec: blacklist some codecs for multithreading · 015b33bc
    Ilkka Ollakka authored
    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
    015b33bc
encoder.c 36.1 KB