It seems as if the function ffmpeg_GetFrameBuf has been called repeatedly in different threads. Does it aim to do some post-processing after decoding?
Tracing the code, i see ffmpeg_GetFrameBuf is only assigned to p_sys->p_context->get_buffer in video.c without directly being called, but i cannot find where is p_sys->p_context->get_buffer called?
Can anybody give me some explanation? I will be grateful.