mirror of https://bitbucket.org/ausocean/av.git
codec/h264/lex.go: updated comment for RTPLexer.handleFUA()
This commit is contained in:
parent
930c35a154
commit
04cd2e66ff
|
@ -255,7 +255,7 @@ func (l *RTPLexer) handleSTAPA(d []byte) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// handleFragmentation parses NAL units from fragmentation packets and writes
|
// handleFUA parses NAL units from fragmentation packets and writes
|
||||||
// them to the Lexer's buf.
|
// them to the Lexer's buf.
|
||||||
func (l *RTPLexer) handleFUA(d []byte) {
|
func (l *RTPLexer) handleFUA(d []byte) {
|
||||||
// Get start and end indiciators from FU header.
|
// Get start and end indiciators from FU header.
|
||||||
|
|
Loading…
Reference in New Issue