codec/h265: fixed lex_test.go file header

This commit is contained in:
Saxon 2019-05-01 23:20:25 +09:30
parent 80ed0d2e1c
commit a11b5b4857
1 changed files with 2 additions and 2 deletions

View File

@ -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>