You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
More changes to move to Settings, still needs work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user