codec/h264/h264dec/pps_test.go: added file header

This commit is contained in:
Saxon 2019-07-31 22:08:03 +09:30
parent 84dfbfa2fd
commit 2906e82adc
1 changed files with 8 additions and 0 deletions

View File

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