revid: fixed import stanzas in mtsSender_test.go file header

This commit is contained in:
Saxon 2019-03-01 10:03:39 +10:30
parent 559d15d6eb
commit 91d21f1da8
1 changed files with 3 additions and 2 deletions

View File

@ -34,12 +34,13 @@ import (
"testing"
"time"
"github.com/Comcast/gots/packet"
"github.com/Comcast/gots/pes"
"bitbucket.org/ausocean/av/stream/mts"
"bitbucket.org/ausocean/av/stream/mts/meta"
"bitbucket.org/ausocean/utils/logger"
"bitbucket.org/ausocean/utils/ring"
"github.com/Comcast/gots/packet"
"github.com/Comcast/gots/pes"
)
// Ring buffer sizes and read/write timeouts.