From 7955018ab0cd9d2a0729fe6f1b0ba00b2e64b9cb Mon Sep 17 00:00:00 2001 From: Saxon Date: Wed, 8 May 2019 17:06:23 +0930 Subject: [PATCH] container/flv: removed some unecessary comments --- container/flv/flv_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/flv/flv_test.go b/container/flv/flv_test.go index f25ef26e..66f51f4c 100644 --- a/container/flv/flv_test.go +++ b/container/flv/flv_test.go @@ -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}, },