codec/h264/lex.go: updated comment for RTPLexer.handleFUA()

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

View File

@ -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.
func (l *RTPLexer) handleFUA(d []byte) {
// Get start and end indiciators from FU header.