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.
|
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
|
package h264
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
DESCRIPTION
|
|
||||||
helpers.go provides general helper utilities.
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package provides general helper utilities to the h264 package.
|
||||||
package h264dec
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue