AVCodec.init_thread_copy

If defined, called on thread contexts when they are created. If the codec allocates writable tables in init(), re-allocate them here. priv_data will be set to a copy of the original.

struct AVCodec
int function(AVCodecContext*) init_thread_copy;

Meta