Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing Feedback Control Information size check when getting rece…
…iver ssrc from PLIs
- Loading branch information
b092e3d
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.
@atoppi one thing I realized after the fact is that this should probably have a
break
to avoid the implicit fallthrough warning (and to not have weird behaviour should additional cases get added later).b092e3d
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.
@tmatth Good catch! I will add it right away.