codec/h264/lex.go: added spec link for nal type consts

This commit is contained in:
Saxon 2019-05-27 14:07:04 +09:30
parent 5b970823ef
commit a39cd31a57
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
"bitbucket.org/ausocean/av/protocol/rtp"
)
// NAL types.
// NAL types (from https://tools.ietf.org/html/rfc6184#page-13)
const (
// Single nal units bounds.
typeSingleNALULowBound = 1