codec: h264: h264dec: editing package comment

This commit is contained in:
Ella Pietraroia 2020-03-12 15:16:51 +10:30
parent 231ad77682
commit 837b43985a
2 changed files with 4 additions and 3 deletions

View File

@ -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 (

View File

@ -1,11 +1,11 @@
/*
DESCRIPTION
helpers.go provides general helper utilities.
AUTHORS
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
*/
// Package provides general helper utilities to the h264 package.
package h264dec
import (