mv pio to bits/pio

This commit is contained in:
nareix 2016-07-29 23:28:29 +08:00
parent 45d9944a52
commit 4b61d9daea
12 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ package h264parser
import (
"github.com/nareix/joy4/av"
"github.com/nareix/bits"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"fmt"
"bytes"
)

View File

@ -8,7 +8,7 @@ import (
"github.com/nareix/joy4/codec"
"github.com/nareix/joy4/codec/fake"
"github.com/nareix/joy4/codec/aacparser"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/format/flv/flvio"
"io"
"bufio"

View File

@ -5,7 +5,7 @@ import (
"math"
"fmt"
"time"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
)
type AMF0ParseError struct {

View File

@ -4,7 +4,7 @@ import (
"io"
"time"
"fmt"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/av"
)

View File

@ -967,7 +967,7 @@ func genatoms(filename, outfilename string) {
&ast.GenDecl{
Tok: token.IMPORT,
Specs: []ast.Spec{
&ast.ImportSpec{Path: &ast.BasicLit{Kind: token.STRING, Value: `"github.com/nareix/pio"`}},
&ast.ImportSpec{Path: &ast.BasicLit{Kind: token.STRING, Value: `"github.com/nareix/bits/pio"`}},
},
},
&ast.GenDecl{

View File

@ -2,7 +2,7 @@
package mp4io
import (
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"os"
"io"
"fmt"

View File

@ -7,7 +7,7 @@ import (
"github.com/nareix/joy4/codec/aacparser"
"github.com/nareix/joy4/codec/h264parser"
"github.com/nareix/joy4/format/mp4/mp4io"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"io"
"bufio"
)

View File

@ -11,7 +11,7 @@ import (
"fmt"
"encoding/hex"
"io"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/format/flv"
"github.com/nareix/joy4/format/flv/flvio"
"github.com/nareix/joy4/av"

View File

@ -8,7 +8,7 @@ import (
"encoding/binary"
"encoding/hex"
"fmt"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/av"
"github.com/nareix/joy4/av/avutil"
"github.com/nareix/joy4/codec"

View File

@ -4,7 +4,7 @@ import (
"bufio"
"fmt"
"time"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/av"
"github.com/nareix/joy4/format/ts/tsio"
"github.com/nareix/joy4/codec/aacparser"

View File

@ -6,7 +6,7 @@ import (
"fmt"
"github.com/nareix/joy4/av"
"github.com/nareix/joy4/format/ts/tsio"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
"github.com/nareix/joy4/codec/aacparser"
"github.com/nareix/joy4/codec/h264parser"
"io"

View File

@ -5,7 +5,7 @@ import (
"io"
"time"
"fmt"
"github.com/nareix/pio"
"github.com/nareix/bits/pio"
)
const (