mirror of https://bitbucket.org/ausocean/av.git
codec/h264/lex_test.go: improve comment for rtpReader struct
This commit is contained in:
parent
e158101170
commit
41f442437d
|
@ -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 {
|
type rtpReader struct {
|
||||||
packets [][]byte
|
packets [][]byte
|
||||||
idx int
|
idx int
|
||||||
|
|
Loading…
Reference in New Issue