-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Return status code instead of bool in IBlockEncoder & IBlockDecoder #747
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch! Here are a few comments.
src/internal_modules/roc_fec/target_openfec/roc_fec/openfec_decoder.h
Outdated
Show resolved
Hide resolved
src/internal_modules/roc_fec/target_openfec/roc_fec/openfec_encoder.h
Outdated
Show resolved
Hide resolved
Thank for update, LGTM! Could you rebase (not merge) your branch on fresh develop? Currently it's not rebasable due to conflicts. PS. Please don't resolve discussions by yourself, usually reviewer does it when they re-check code. Instead you can use a thumbs up or leave a comment that the issue is addressed (if you need to track discussions for yourself). |
Hi @gavv , the branch is rebased. |
Thank you! |
Fixes #738