s/Encoder/Decoder/
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2022-11-10 13:06:23 +01:00
parent 38280958a3
commit 9760bf5e36
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -2,7 +2,7 @@ package decoder
import "git.gammaspectra.live/S.O.N.G/Ignite/frame"
type Encoder interface {
type Decoder interface {
Decode() (frame.Frame, error)
DecodeStream() *frame.Stream
Close()