mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-06 16:22:52 +02:00
Compare commits
1 Commits
externals-
...
ffmpeg-mul
Author | SHA1 | Date | |
---|---|---|---|
|
3c47951ccc |
@@ -187,7 +187,7 @@ DecoderContext::DecoderContext(const Decoder& decoder) : m_decoder{decoder} {
|
|||||||
av_opt_set(m_codec_context->priv_data, "preset", "veryfast", 0);
|
av_opt_set(m_codec_context->priv_data, "preset", "veryfast", 0);
|
||||||
av_opt_set(m_codec_context->priv_data, "tune", "zerolatency", 0);
|
av_opt_set(m_codec_context->priv_data, "tune", "zerolatency", 0);
|
||||||
m_codec_context->thread_count = 0;
|
m_codec_context->thread_count = 0;
|
||||||
m_codec_context->thread_type &= ~FF_THREAD_FRAME;
|
// m_codec_context->thread_type &= ~FF_THREAD_FRAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
DecoderContext::~DecoderContext() {
|
DecoderContext::~DecoderContext() {
|
||||||
|
Reference in New Issue
Block a user