mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec: fixed import path for bits package
This commit is contained in:
parent
ee12e4e90e
commit
bdf3b37fef
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue