You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression in PR#3707 for multi-thread decoding (#3734)
* Fix regression in PR#3707 for multi-thread decoding
The variable iSeqNum introduced in PR#3707 should be common within
the decoder, however each decoding thread in the same decoder had
its own one. Due to this issue, multi-thread decoding failed.
This patch fixes that.
* Fix segfault caused in WelsDecodeInitAccessUnitStart()
... if CWelsDecoder::InitDecoderCtx() is not called.
0 commit comments