codec/h265: updated comment for NewLexer

This commit is contained in:
Saxon 2019-05-09 12:00:17 +09:30
parent 7dc2bdfded
commit 382acb54cf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ type Lexer struct {
frag bool // Indicates if we're currently dealing with a fragmentation packet.
}
// NewLexer returns a pointer to a new Lexer.
// NewLexer returns a new Lexer.
func NewLexer(donl bool) *Lexer {
return &Lexer{
donl: donl,