codec/h265: fixed handleAggregation func comment

This commit is contained in:
Saxon 2019-05-09 12:03:06 +09:30
parent 461533199d
commit 149f91f44d
1 changed files with 1 additions and 1 deletions

View File

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