container/mts/mpegts.go: added package level doc comment

This commit is contained in:
Saxon 2019-05-11 16:29:15 +09:30
parent 0d3463ac87
commit 5652b05c21
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ LICENSE
along with revid in gpl.txt. If not, see [GNU licenses](http://www.gnu.org/licenses). along with revid in gpl.txt. If not, see [GNU licenses](http://www.gnu.org/licenses).
*/ */
// Package mts provides MPEGT-TS (mts) encoding and related functions.
package mts package mts
import ( import (