mirror of https://bitbucket.org/ausocean/av.git
comtainer: mts: package level comments
This commit is contained in:
parent
75b509be48
commit
945bc61a26
|
@ -22,6 +22,8 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package meta provides functions for adding to, modifying and reading
|
||||
// metadata, as well as encoding and decoding functions.
|
||||
package meta
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
NAME
|
||||
pes.go -
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
NAME
|
||||
mpegts_test.go
|
||||
pes_test.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
@ -26,6 +26,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package pes provides encoding of PES packets.
|
||||
package pes
|
||||
|
||||
import (
|
||||
|
|
|
@ -25,6 +25,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package psi provides encoding of PSI packets.
|
||||
package psi
|
||||
|
||||
import (
|
||||
|
|
|
@ -25,6 +25,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package psi provides encoding of PSI packets.
|
||||
package psi
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
NAME
|
||||
helpers.go
|
||||
|
||||
DESCRIPTION
|
||||
helpers.go provides functionality for editing and reading bytes slices
|
||||
directly in order to insert/read timestamp and location data in psi.
|
||||
|
@ -25,6 +26,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package psi provides encoding of PSI packets.
|
||||
package psi
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
NAME
|
||||
psi.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
NAME
|
||||
psi_test.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
||||
|
@ -24,6 +25,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package psi provides encoding of PSI packets.
|
||||
package psi
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
NAME
|
||||
std.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
|
||||
|
@ -24,6 +25,7 @@ LICENSE
|
|||
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package psi provides encoding of PSI packets.
|
||||
package psi
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue