• Janne Grunau's avatar
    threads: always call thread_finish_setup for intra codecs · 94660c35
    Janne Grunau authored
    Intra codecs do not need an update_thread_context() function and never
    call ff_thread_finish_setup(). They rely on ff_thread_get_buffer()
    calling it. So call it even if the get_buffer2 function pointer is
    avcodec_default_get_buffer2 and it has not been called before.
    94660c35
pthread.c 32.8 KB