mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/pps_test.go: added file header
This commit is contained in:
parent
84dfbfa2fd
commit
2906e82adc
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
DESCRIPTION
|
||||||
|
pps_test.go provides testing for parsing functionality found in pps.go.
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||||
|
*/
|
||||||
|
|
||||||
package h264dec
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue