codec/h264/lex.go: udpated comment for RTPLexer.handleSTAPA

This commit is contained in:
Saxon 2019-05-24 10:36:00 +09:30
parent e1fd6837ef
commit 930c35a154
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ func (l *RTPLexer) Lex(dst io.Writer, src io.Reader, delay time.Duration) error
return nil
}
// handleSTAP parses NAL units from an aggregation packet and writes
// handleSTAPA parses NAL units from an aggregation packet and writes
// them to the Lexers buffer buf.
func (l *RTPLexer) handleSTAPA(d []byte) {
for i := 1; i < len(d); {