mirror of
https://github.com/giorgisio/goav.git
synced 2024-04-21 12:31:56 +00:00
Add missing imports.
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"unsafe"
|
||||
|
||||
"github.com/giorgisio/goav/avcodec"
|
||||
"github.com/giorgisio/goav/avutil"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,6 +9,8 @@ import "C"
|
||||
import (
|
||||
"reflect"
|
||||
"unsafe"
|
||||
|
||||
"github.com/giorgisio/goav/avutil"
|
||||
)
|
||||
|
||||
func (ctxt *Context) Chapters() **AvChapter {
|
||||
|
||||
@@ -10,6 +10,7 @@ import (
|
||||
"unsafe"
|
||||
|
||||
"github.com/giorgisio/goav/avcodec"
|
||||
"github.com/giorgisio/goav/avutil"
|
||||
)
|
||||
|
||||
func (avs *Stream) CodecParameters() *avcodec.AvCodecParameters {
|
||||
|
||||
Reference in New Issue
Block a user