From 4f2d2f7c26327867187f41e8fbb08d960bebd5e7 Mon Sep 17 00:00:00 2001
From: Saxon <saxon@ausocean.org>
Date: Wed, 8 May 2019 15:41:19 +0930
Subject: [PATCH] container/flv/flv_test.go: commented test functions

---
 container/flv/flv_test.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/container/flv/flv_test.go b/container/flv/flv_test.go
index 847138cb..f25ef26e 100644
--- a/container/flv/flv_test.go
+++ b/container/flv/flv_test.go
@@ -32,6 +32,8 @@ import (
 	"testing"
 )
 
+// TestVideoTagBytes checks that we can correctly get a []byte representation
+// of a VideoTag using VideoTag.Bytes().
 func TestVideoTagBytes(t *testing.T) {
 	tests := []struct {
 		tag      VideoTag
@@ -72,6 +74,8 @@ func TestVideoTagBytes(t *testing.T) {
 	}
 }
 
+// TestAudioTagBytes checks that we can correctly get a []byte representation of
+// an AudioTag using AudioTag.Bytes().
 func TestAudioTagBytes(t *testing.T) {
 	tests := []struct {
 		tag      AudioTag