You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the transcoder member functions could be made static because
they simply return a constant. However, I want to be consistent with
the documented transcoder API so they are not static. This change
suppresses warnings from clang-tidy when this is happening.
0 commit comments