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

stream mode failure in NOSVA scenario #2

Closed
hzhuang1 opened this issue May 28, 2020 · 2 comments
Closed

stream mode failure in NOSVA scenario #2

hzhuang1 opened this issue May 28, 2020 · 2 comments

Comments

@hzhuang1
Copy link
Collaborator

After appended rand case in "example.c", stream mode is failed in NOSVA scenario. It could be observed in "hzhuang1-sva-3.2" branch.

@hzhuang1
Copy link
Collaborator Author

It's results by "strm->avail_in". The variable is used incorrectly. Now split it into two variables "strm->loaded_in" and "strm->avail_in". Now the issue is gone.

The patches are in "hzhuang1-sva-3.3" branch.

@hzhuang1
Copy link
Collaborator Author

hzhuang1 commented Jun 3, 2020

Merged

@hzhuang1 hzhuang1 closed this as completed Jun 3, 2020
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

No branches or pull requests

1 participant