mirror of https://bitbucket.org/ausocean/av.git
container: flv: package level comments
This commit is contained in:
parent
4b99dac365
commit
75b509be48
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
NAME
|
||||
flv_generator.go
|
||||
encoder.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 flv provides FLV encoding and related functions.
|
||||
package flv
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue