mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec: added file headers to slice.go and slice_test.go
This commit is contained in:
parent
21603750aa
commit
34ce81370d
|
@ -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
|
||||
|
||||
import (
|
||||
|
|
|
@ -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
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue