codec/h264/lex_test.go: improve comment for rtpReader struct

This commit is contained in:
Saxon 2019-05-24 10:40:17 +09:30
parent e158101170
commit 41f442437d
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ func TestH264(t *testing.T) {
}
*/
// rtpReader provides the RTP stream.
// rtpReader provides an io.Reader for reading the test RTP stream.
type rtpReader struct {
packets [][]byte
idx int