container/flv: removed some unecessary comments

This commit is contained in:
Saxon 2019-05-08 17:06:23 +09:30
parent 4f2d2f7c26
commit 7955018ab0
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ func TestVideoTagBytes(t *testing.T) {
DataSize: 12,
Timestamp: 1234,
TimestampExtended: 56,
FrameType: KeyFrameType, // 1
Codec: H264, // 7
PacketType: AVCNALU, // 1
FrameType: KeyFrameType,
Codec: H264,
PacketType: AVCNALU,
CompositionTime: 0,
Data: []byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07},
},