Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes: I tried this patch with Kodi but did not get very far.
int ff_thread_can_start_frame(AVCodecContext *avctx) { PerThreadContext *p = avctx->internal->thread_ctx; if (avctx->active_thread_type&FF_THREAD_FRAME) return 0; av_assert0(!p->main_thread); It hit this assert and call stack showed avformat_find_stream_info How can I help progressing this. I want to run hevc frame threaded but without thread_safe_callback because of DXVA. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel