Mark a bunch of API functions const.
This makes it clear they don't modify the state, which is a useful indicator of what is safe to call from the application decode callback.
Please register or sign in to comment
This makes it clear they don't modify the state, which is a useful indicator of what is safe to call from the application decode callback.