Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression in PR#3707 for multi-thread decoding #3734

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

tyan0
Copy link
Contributor

@tyan0 tyan0 commented Mar 24, 2024

This PR fixes the issue #3733.

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.

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.
... if CWelsDecoder::InitDecoderCtx() is not called.
@BenzhengZhang BenzhengZhang merged commit c0e5ea2 into cisco:master Apr 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants