dde859d8e522cc5a66826bc35b8230e5cd88f6ac
[goodguy/history.git] / cinelerra-5.0 / thirdparty / src / x265.patch1
1 --- a/source/encoder/encoder.cpp        2016-02-01 08:55:44.815838396 -0700
2 +++ b/source/encoder/encoder.cpp        2016-02-01 08:56:25.355766065 -0700
3 @@ -318,7 +318,10 @@
4      }
5  
6      if (m_threadPool)
7 -        m_threadPool->stopWorkers();
8 +    {
9 +        for (int i = 0; i < m_numPools; i++)
10 +            m_threadPool[i].stopWorkers();
11 +    }
12  }
13  
14  void Encoder::destroy()