mirror of https://bitbucket.org/ausocean/av.git
codec: h264: h264dec: editing package comment
This commit is contained in:
parent
231ad77682
commit
837b43985a
|
@ -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 (
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue