mirror of https://bitbucket.org/ausocean/av.git
av: fixed remaining import errors
This commit is contained in:
parent
de172bd0a1
commit
da54f7af27
|
@ -34,7 +34,7 @@ import (
|
|||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
"bitbucket.org/ausocean/av/audio/adpcm"
|
||||
"bitbucket.org/ausocean/av/codec/adpcm"
|
||||
)
|
||||
|
||||
// This program accepts an input file encoded in adpcm and outputs a decoded pcm file.
|
||||
|
|
|
@ -34,7 +34,7 @@ import (
|
|||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
"bitbucket.org/ausocean/av/audio/adpcm"
|
||||
"bitbucket.org/ausocean/av/codec/adpcm"
|
||||
)
|
||||
|
||||
// This program accepts an input pcm file and outputs an encoded adpcm file.
|
||||
|
|
|
@ -40,7 +40,7 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
|
||||
"bitbucket.org/ausocean/av/stream/mts"
|
||||
"bitbucket.org/ausocean/av/container/mts"
|
||||
"github.com/Comcast/gots/packet"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue