refactor: cleanup unused functions
This commit is contained in:
parent
7367cc4750
commit
941ceaed31
3 changed files with 0 additions and 23 deletions
|
|
@ -6,7 +6,6 @@ package ffmpeg
|
|||
// #include "ffmpeg.h"
|
||||
import "C"
|
||||
import (
|
||||
"context"
|
||||
"github.com/cshum/imagor/vips/pointer"
|
||||
"io"
|
||||
"math"
|
||||
|
|
@ -35,7 +34,6 @@ type Metadata struct {
|
|||
}
|
||||
|
||||
type AVContext struct {
|
||||
context context.Context
|
||||
opaque unsafe.Pointer
|
||||
reader io.Reader
|
||||
seeker io.Seeker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue