mpeg5 / xevd

eXtra-fast Essential Video Decoder, MPEG-5 EVC (Essential Video Coding)
Other
71 stars 22 forks source link

Thread safe implementation #10

Open kpchoi opened 3 years ago

kpchoi commented 3 years ago

I guess xevd might have some global variables written during operation. It makes a race condition between instances if several instances are created in an application. Someone need to check whether xevd has risk of thread safe or not.