mirror of https://bitbucket.org/ausocean/av.git
codec/h265/lex_test.go: corrected comment for TestLex
This commit is contained in:
parent
ef16a82edb
commit
31d756fef2
|
@ -60,7 +60,7 @@ func (d *destination) Write(p []byte) (int, error) {
|
||||||
return len(p), nil
|
return len(p), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestLex cheks that the Lexer can correctly extract H265 access units from
|
// TestLex checks that the Lexer can correctly extract H265 access units from
|
||||||
// HEVC RTP stream in RTP payload format.
|
// HEVC RTP stream in RTP payload format.
|
||||||
func TestLex(t *testing.T) {
|
func TestLex(t *testing.T) {
|
||||||
const rtpVer = 2
|
const rtpVer = 2
|
||||||
|
|
Loading…
Reference in New Issue