codec/h264/h264dec/slice.go: added comment to slice type consts to reference specifications

This commit is contained in:
Saxon 2019-08-19 16:24:53 +09:30
parent 6d06fab39f
commit 806264cd42
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
) )
// Slice types. // Slice types as defined by table 7-6 in specifications.
const ( const (
sliceTypeP = 0 sliceTypeP = 0
sliceTypeB = 1 sliceTypeB = 1