codec/h264/h264dec: changed packages from h264 to h264dec

This commit is contained in:
Saxon 2019-07-19 15:20:39 +09:30
parent f7b1f2f7b8
commit ce3d98bd3b
18 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"github.com/ausocean/h264decode/h264/bits" "github.com/ausocean/h264decode/h264/bits"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import "testing" import "testing"

View File

@ -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 (

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"errors" "errors"

View File

@ -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"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
type MN struct { type MN struct {
M, N int M, N int

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"github.com/ausocean/h264decode/h264/bits" "github.com/ausocean/h264decode/h264/bits"

View File

@ -11,7 +11,7 @@ AUTHORS
mrmod <mcmoranbjr@gmail.com> mrmod <mcmoranbjr@gmail.com>
*/ */
package h264 package h264dec
import ( import (
"math" "math"

View File

@ -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"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"math" "math"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import "errors" import "errors"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
// "github.com/nareix/joy4/av" // "github.com/nareix/joy4/av"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import "testing" import "testing"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package h264 package h264dec
type StateTransx struct { type StateTransx struct {
TransIdxLPS, TransIdxMPS int TransIdxLPS, TransIdxMPS int