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 (