mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec: changed packages from h264 to h264dec
This commit is contained in:
parent
f7b1f2f7b8
commit
ce3d98bd3b
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ausocean/h264decode/h264/bits"
|
"github.com/ausocean/h264decode/h264/bits"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
// NALU types, as defined in table 7-1 in specifications.
|
// NALU types, as defined in table 7-1 in specifications.
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|
|
@ -8,7 +8,7 @@ DESCRIPTION
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||||
*/
|
*/
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
type MN struct {
|
type MN struct {
|
||||||
M, N int
|
M, N int
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ausocean/h264decode/h264/bits"
|
"github.com/ausocean/h264decode/h264/bits"
|
||||||
|
|
|
@ -11,7 +11,7 @@ AUTHORS
|
||||||
mrmod <mcmoranbjr@gmail.com>
|
mrmod <mcmoranbjr@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"math"
|
"math"
|
||||||
|
|
|
@ -9,7 +9,7 @@ AUTHOR
|
||||||
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"math"
|
"math"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import "errors"
|
import "errors"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
// "github.com/nareix/joy4/av"
|
// "github.com/nareix/joy4/av"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package h264
|
package h264dec
|
||||||
|
|
||||||
type StateTransx struct {
|
type StateTransx struct {
|
||||||
TransIdxLPS, TransIdxMPS int
|
TransIdxLPS, TransIdxMPS int
|
||||||
|
|
Loading…
Reference in New Issue