codec/h264/h264dec: fixed import path for bits package

This commit is contained in:
Saxon 2019-07-19 20:23:30 +09:30
parent ee12e4e90e
commit bdf3b37fef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
"bitbucket.org/ausocean/av/codec/h264/decode/bits" "bitbucket.org/ausocean/av/codec/h264/h264dec/bits"
) )
type MVCExtension struct { type MVCExtension struct {