mirror of https://bitbucket.org/ausocean/av.git
codec/h265: fixed handleAggregation func comment
This commit is contained in:
parent
461533199d
commit
149f91f44d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue