mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/nalunit_test.go: added file header
This commit is contained in:
parent
311c44f55c
commit
344d37cd29
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
DESCRIPTION
|
||||||
|
nalunit_test.go provides testing for NAL unit parsing utilities in nalunit.go.
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||||
|
*/
|
||||||
package h264dec
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue