More changes to move to Settings, still needs work

This commit is contained in:
eisneinechse
2019-01-30 20:44:36 -08:00
parent 2ca84217bc
commit 596ae0efac
5 changed files with 39 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ Settings *Settings::Instance()
m_pInstance->MAX_WIDTH = 0;
m_pInstance->MAX_HEIGHT = 0;
m_pInstance->WAIT_FOR_VIDEO_PROCESSING_TASK = false;
m_pInstance->OMP_THREADS = 6;//OPEN_MP_NUM_PROCESSORS
m_pInstance->OMP_THREADS = 12;//OPEN_MP_NUM_PROCESSORS
m_pInstance->FF_THREADS = 8;//FF_NUM_PROCESSORS
m_pInstance->DE_LIMIT_HEIGHT_MAX = 1100;
m_pInstance->DE_LIMIT_WIDTH_MAX = 1950;