mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/slice.go: added comment to slice type consts to reference specifications
This commit is contained in:
parent
6d06fab39f
commit
806264cd42
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// Slice types.
|
||||
// Slice types as defined by table 7-6 in specifications.
|
||||
const (
|
||||
sliceTypeP = 0
|
||||
sliceTypeB = 1
|
||||
|
|
Loading…
Reference in New Issue