mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/slice.go: made corrections to file header
This commit is contained in:
parent
150492a5bd
commit
27d8d0992c
|
@ -1,10 +1,10 @@
|
|||
/*
|
||||
DESCRIPTION
|
||||
slice.go provides parsing functionality for slice RBSP.
|
||||
slice.go provides parsing functionality for slice raw byte sequence data.
|
||||
|
||||
AUTHORS
|
||||
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||
mrmod <mcmoranbjr@gmail.com>
|
||||
Bruce McMoran <mcmoranbjr@gmail.com>
|
||||
*/
|
||||
|
||||
package h264dec
|
||||
|
|
Loading…
Reference in New Issue