revid: commented Revid.writeClosers

This commit is contained in:
Saxon 2019-04-10 12:11:45 +09:30
parent e92615ce8a
commit d3e3904e75
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ type Revid struct {
// encoder holds the required encoders, which then write to destinations. // encoder holds the required encoders, which then write to destinations.
encoder []io.Writer encoder []io.Writer
// writeClosers holds the senders that the encoders will write to.
writeClosers []io.WriteCloser writeClosers []io.WriteCloser
// bitrate hold the last send bitrate calculation result. // bitrate hold the last send bitrate calculation result.