mirror of https://bitbucket.org/ausocean/av.git
rtp: use go imports
This commit is contained in:
parent
f53c866311
commit
b09a422baa
|
@ -28,11 +28,12 @@ LICENSE
|
|||
package rtp
|
||||
|
||||
import (
|
||||
"bitbucket.org/ausocean/av/stream/mts"
|
||||
"errors"
|
||||
"io"
|
||||
"math/rand"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/ausocean/av/stream/mts"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue