index
:
bitmask-vpn.git
bug/stop-fw-osx
ci_fixes
feat/drawer-implementation
feat/ui-redesign
main
master
obfs4_over_kcp
osx-fonts
upstream_obfs4
[bitmask-vpn]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
pion
/
rtp
/
codecs
/
common.go
blob: 39336d2b758e6aac9ffcbfabadd0ed4b15ca303e (
plain
)
1
2
3
4
5
6
7
8
package codecs func min(a, b int) int { if a < b { return a } return b }