pub unsafe extern "C" fn ff_thread_finish_setup(
avctx: *mut AVCodecContext,
)
Expand description
If the codec defines update_thread_context(), call this when they are ready for the next thread to start decoding the next frame. After calling it, do not change any variables read by the update_thread_context() method, or call ff_thread_get_buffer().
@param avctx The context.