mirror of https://bitbucket.org/ausocean/av.git
codec/h264/lex.go: added spec link for nal type consts
This commit is contained in:
parent
5b970823ef
commit
a39cd31a57
|
@ -40,7 +40,7 @@ import (
|
||||||
"bitbucket.org/ausocean/av/protocol/rtp"
|
"bitbucket.org/ausocean/av/protocol/rtp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NAL types.
|
// NAL types (from https://tools.ietf.org/html/rfc6184#page-13)
|
||||||
const (
|
const (
|
||||||
// Single nal units bounds.
|
// Single nal units bounds.
|
||||||
typeSingleNALULowBound = 1
|
typeSingleNALULowBound = 1
|
||||||
|
|
Loading…
Reference in New Issue