mirror of https://bitbucket.org/ausocean/av.git
container/flv: removed some unecessary comments
This commit is contained in:
parent
4f2d2f7c26
commit
7955018ab0
|
@ -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},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue