Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflow before: * ... * consume last input buffer (pass to encoder) * pull output * check is finished (no) * no more input -> return Workflow after: * ... * consume last input buffer (pass to encoder) * pull output * check finished (no) * no more input -> ask encoder to procees (since it is not finished) * pull output * check finished (yes) -> return
- Loading branch information