codec/mjpeg/jpeg.go: Fixed comment for Ctx struct

This commit is contained in:
Saxon 2019-12-23 12:54:31 +10:30
parent db0e292507
commit d4deb5b641
1 changed files with 1 additions and 1 deletions

View File

@ -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