mirror of https://bitbucket.org/ausocean/av.git
codec/h264/lex.go: udpated comment for RTPLexer.handleSTAPA
This commit is contained in:
parent
e1fd6837ef
commit
930c35a154
|
@ -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); {
|
||||
|
|
Loading…
Reference in New Issue