From 837b43985a46e2c8dd5dabe95e75c27b280de067 Mon Sep 17 00:00:00 2001 From: Ella Pietraroia Date: Thu, 12 Mar 2020 15:16:51 +1030 Subject: [PATCH] codec: h264: h264dec: editing package comment --- codec/h264/extract.go | 3 ++- codec/h264/h264dec/helpers.go | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/codec/h264/extract.go b/codec/h264/extract.go index fa2911f9..da14be9e 100644 --- a/codec/h264/extract.go +++ b/codec/h264/extract.go @@ -25,7 +25,8 @@ LICENSE along with revid in gpl.txt. If not, see http://www.gnu.org/licenses. */ -// Package h264 provides functions for processing and converting video from byte streams to H264 format. +// Package h264 provides functions for processing and converting video from +// byte streams to H264 format. package h264 import ( diff --git a/codec/h264/h264dec/helpers.go b/codec/h264/h264dec/helpers.go index d215b839..12631a4e 100644 --- a/codec/h264/h264dec/helpers.go +++ b/codec/h264/h264dec/helpers.go @@ -1,11 +1,11 @@ /* -DESCRIPTION - helpers.go provides general helper utilities. + AUTHORS Saxon Nelson-Milton , The Australian Ocean Laboratory (AusOcean) */ +// Package provides general helper utilities to the h264 package. package h264dec import (