refactor(ffmpeg): refactor pointer and read stream

This commit is contained in:
Adrian Shum 2022-09-30 12:32:39 +08:00 committed by GitHub
parent fb93b23760
commit 69b69d342c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 281 deletions

View file

@ -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"