mirror of https://bitbucket.org/ausocean/av.git
codec/mjpeg/jpeg.go: Fixed comment for Ctx struct
This commit is contained in:
parent
db0e292507
commit
d4deb5b641
|
@ -135,7 +135,7 @@ var (
|
|||
)
|
||||
|
||||
// Ctx describes a RTP/JPEG parsing context that will keep track of the current
|
||||
// JPEG (help by p), and the state of the quantization tables.
|
||||
// JPEG (held by p), and the state of the quantization tables.
|
||||
type Ctx struct {
|
||||
qTables [128][128]byte
|
||||
qTablesLen [128]byte
|
||||
|
|
Loading…
Reference in New Issue