revid: remove unused field in Revid

This commit is contained in:
Dan Kortschak 2018-06-15 21:18:14 +09:30
parent 53f923afb1
commit 36ebb5d58a
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ type Revid struct {
ffmpegStdin io.WriteCloser
outputChan chan []byte
setupInput func() error
setupOutput func() error
getFrame func() []byte
destination loadSender
rtmpInst rtmp.Session