mirror of https://bitbucket.org/ausocean/av.git
codec/h265: fixed lex_test.go file header
This commit is contained in:
parent
80ed0d2e1c
commit
a11b5b4857
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
NAME
|
NAME
|
||||||
lex.go
|
lex_test.go
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
lex.go provides a lexer for taking h265 rtp format and lexing into access units.
|
lex_test.go provides tests to check validity of the Lexer found in lex.go.
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Saxon A. Nelson-Milton <saxon@ausocean.org>
|
Saxon A. Nelson-Milton <saxon@ausocean.org>
|
||||||
|
|
Loading…
Reference in New Issue