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

RtpPacket: optimize UpdateMid() #920

Merged
merged 1 commit into from
Sep 30, 2022
Merged

RtpPacket: optimize UpdateMid() #920

merged 1 commit into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. RtpPacket: optimize UpdateMid()

    * Make it void since the return value is not used anywhere.
    * Cache the mid string size to avoid calling it multiple times.
    jmillan committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    66702be View commit details
    Browse the repository at this point in the history