From d4deb5b6410086d77762f1d0d483eacd2b22fb28 Mon Sep 17 00:00:00 2001 From: Saxon Date: Mon, 23 Dec 2019 12:54:31 +1030 Subject: [PATCH] codec/mjpeg/jpeg.go: Fixed comment for Ctx struct --- codec/mjpeg/jpeg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/mjpeg/jpeg.go b/codec/mjpeg/jpeg.go index 3c5f3a53..804119fc 100644 --- a/codec/mjpeg/jpeg.go +++ b/codec/mjpeg/jpeg.go @@ -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