mirror of https://bitbucket.org/ausocean/av.git
codec/h265: updated comment for NewLexer
This commit is contained in:
parent
7dc2bdfded
commit
382acb54cf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue