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

small API fix: #108

Merged
merged 1 commit into from
Mar 24, 2021
Merged

small API fix: #108

merged 1 commit into from
Mar 24, 2021

Conversation

skal65535
Copy link
Collaborator

  • the sink::Reset() was not resetting pos_
  • we were not calling sink->Reset() at the beginning of the Encode() call.
    This is convenient in the event one would want to re-use the same Sink object
    over multiple Encode() calls.

Change-Id: I983f0ac17bd50aabd6eb3a1e9de1aae65664b739

+ the sink::Reset() was not resetting pos_
+ we were not calling sink->Reset() at the beginning of the Encode() call.
  This is convenient in the event one would want to re-use the same Sink object
  over multiple Encode() calls.

Change-Id: I983f0ac17bd50aabd6eb3a1e9de1aae65664b739
@skal65535 skal65535 merged commit f19916a into webmproject:master Mar 24, 2021
@skal65535 skal65535 deleted the api_fix branch March 24, 2021 06:32
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.

None yet

1 participant