mirror of https://bitbucket.org/ausocean/av.git
codec/mjpeg/extract.go: corrected comment for Extractor.dst field
This commit is contained in:
parent
90ab359599
commit
fa4d7b8141
|
@ -37,7 +37,7 @@ const maxRTPSize = 1500 // Max ethernet transmission unit in bytes.
|
||||||
|
|
||||||
// Extractor is an Extractor for extracting JPEG from an RTP stream.
|
// Extractor is an Extractor for extracting JPEG from an RTP stream.
|
||||||
type Extractor struct {
|
type Extractor struct {
|
||||||
dst io.Writer // The destination we'll be writing extracted NALUs to.
|
dst io.Writer // The destination we'll be writing extracted JPEGs to.
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewExtractor returns a new Extractor.
|
// NewExtractor returns a new Extractor.
|
||||||
|
|
Loading…
Reference in New Issue