From 0b21b7a8c48dacd89c05c7550608281a091585ec Mon Sep 17 00:00:00 2001 From: Saxon Date: Wed, 31 Jul 2019 22:40:10 +0930 Subject: [PATCH] codec/h264/h264dec/read_test.go: added file header --- codec/h264/h264dec/read_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codec/h264/h264dec/read_test.go b/codec/h264/h264dec/read_test.go index f6fe7ddd..a56ce0cd 100644 --- a/codec/h264/h264dec/read_test.go +++ b/codec/h264/h264dec/read_test.go @@ -1,3 +1,10 @@ +/* +DESCRIPTION + read_test.go provides testing for utilities in read.go. + +AUTHORS + Saxon Nelson-Milton , The Australian Ocean Laboratory (AusOcean) +*/ package h264dec import (