codec/h264/h264dec: added file headers to slice.go and slice_test.go

This commit is contained in:
Saxon 2019-08-04 13:45:28 +09:30
parent 21603750aa
commit 34ce81370d
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,12 @@
/*
DESCRIPTION
slice.go provides parsing functionality for slice RBSP.
AUTHORS
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
mrmod <mcmoranbjr@gmail.com>
*/
package h264dec package h264dec
import ( import (

View File

@ -1,3 +1,12 @@
/*
DESCRIPTION
slice_test.go provides testing for parsing utilities found in slice.go.
AUTHORS
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
Shawn Smith <shawn@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
*/
package h264dec package h264dec
import ( import (