add fake
This commit is contained in:
parent
32f53b873e
commit
a310437804
14
fake/fake.go
Normal file
14
fake/fake.go
Normal file
@ -0,0 +1,14 @@
|
||||
package fake
|
||||
|
||||
import (
|
||||
"github.com/nareix/av"
|
||||
)
|
||||
|
||||
type CodecData struct {
|
||||
Typ av.CodecType
|
||||
}
|
||||
|
||||
func (self CodecData) Type() av.CodecType {
|
||||
return self.Typ
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user