mirror of https://bitbucket.org/ausocean/av.git
revid: commented Revid.writeClosers
This commit is contained in:
parent
e92615ce8a
commit
d3e3904e75
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue