early-access version 3402

This commit is contained in:
pineappleEA
2023-02-15 05:08:39 +01:00
parent c2eefbe6b7
commit 9cb3261bb3
3 changed files with 4 additions and 14 deletions

View File

@@ -152,6 +152,8 @@ bool Codec::CreateGpuAvDevice() {
void Codec::InitializeAvCodecContext() {
av_codec_ctx = avcodec_alloc_context3(av_codec);
av_opt_set(av_codec_ctx->priv_data, "tune", "zerolatency", 0);
av_codec_ctx->thread_count = 0;
av_codec_ctx->thread_type &= ~FF_THREAD_FRAME;
}
void Codec::InitializeGpuDecoder() {