Skip to content
Snippets Groups Projects
Commit 81aad4be authored by Eloi Bail's avatar Eloi Bail
Browse files

daemon: use all available threads for decoding

Refs #71777

Change-Id: I5bfd462f1eb3da4e6586a6775c53dda3b7e63859
parent f63decac
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,6 @@ int MediaDecoder::setupFromVideoData() ...@@ -265,7 +265,6 @@ int MediaDecoder::setupFromVideoData()
return -1; return -1;
} }
decoderCtx_->thread_count = 1;
if (emulateRate_) { if (emulateRate_) {
RING_DBG("Using framerate emulation"); RING_DBG("Using framerate emulation");
startTime_ = av_gettime(); startTime_ = av_gettime();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment