container: flv: package level comments

This commit is contained in:
Ella Pietraroia 2020-03-12 15:31:39 +10:30
parent 4b99dac365
commit 75b509be48
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* /*
NAME NAME
flv_generator.go encoder.go
DESCRIPTION DESCRIPTION
See Readme.md See Readme.md
@ -26,6 +26,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses. along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/ */
// Package flv provides FLV encoding and related functions.
package flv package flv
import ( import (