refactor(ffmpeg): refactor pointer and read stream
This commit is contained in:
parent
fb93b23760
commit
69b69d342c
4 changed files with 11 additions and 281 deletions
|
|
@ -7,7 +7,7 @@ package ffmpeg
|
|||
import "C"
|
||||
import (
|
||||
"context"
|
||||
"github.com/cshum/imagorvideo/ffmpeg/pointer"
|
||||
"github.com/cshum/imagor/vips/pointer"
|
||||
"io"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue