From 27d8d0992cde5fd7f117f33f9041d5120d2b7053 Mon Sep 17 00:00:00 2001 From: Saxon Date: Tue, 20 Aug 2019 11:56:42 +0930 Subject: [PATCH] codec/h264/h264dec/slice.go: made corrections to file header --- codec/h264/h264dec/slice.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codec/h264/h264dec/slice.go b/codec/h264/h264dec/slice.go index a46360c9..3b7c4a57 100644 --- a/codec/h264/h264dec/slice.go +++ b/codec/h264/h264dec/slice.go @@ -1,10 +1,10 @@ /* DESCRIPTION - slice.go provides parsing functionality for slice RBSP. + slice.go provides parsing functionality for slice raw byte sequence data. AUTHORS Saxon Nelson-Milton , The Australian Ocean Laboratory (AusOcean) - mrmod + Bruce McMoran */ package h264dec