From 5652b05c21a0df86ba45c7d0fd5664d299d22ce1 Mon Sep 17 00:00:00 2001 From: Saxon Date: Sat, 11 May 2019 16:29:15 +0930 Subject: [PATCH] container/mts/mpegts.go: added package level doc comment --- container/mts/mpegts.go | 1 + 1 file changed, 1 insertion(+) diff --git a/container/mts/mpegts.go b/container/mts/mpegts.go index 3145dab9..d0121a6c 100644 --- a/container/mts/mpegts.go +++ b/container/mts/mpegts.go @@ -26,6 +26,7 @@ LICENSE 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 import (