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
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.
After appended rand case in "example.c", stream mode is failed in NOSVA scenario. It could be observed in "hzhuang1-sva-3.2" branch.
The text was updated successfully, but these errors were encountered: