refactor: cleanup unused functions

This commit is contained in:
Adrian Shum 2022-10-16 12:34:57 +08:00
parent 7367cc4750
commit 941ceaed31
3 changed files with 0 additions and 23 deletions

View file

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