From 149f91f44d60d98897e8aac2d4ad325d92c51735 Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 9 May 2019 12:03:06 +0930 Subject: [PATCH] codec/h265: fixed handleAggregation func comment --- codec/h265/lex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/h265/lex.go b/codec/h265/lex.go index e0c80362..9ee177b9 100644 --- a/codec/h265/lex.go +++ b/codec/h265/lex.go @@ -123,7 +123,7 @@ func (l *Lexer) Lex(dst io.Writer, src io.Reader, delay time.Duration) error { return nil } -// handleAggregation parses NAL units from an aggregation packet and writing +// handleAggregation parses NAL units from an aggregation packet and writes // them to the Lexers buffer buf. func (l *Lexer) handleAggregation(d []byte) { idx := 2