将包名改为 git.r-2.top/kunmeng/vdk

This commit is contained in:
kunmeng
2025-01-24 14:45:45 +08:00
parent bcb44378a5
commit 0e65c9d1cc
86 changed files with 264 additions and 338 deletions

View File

@@ -5,10 +5,10 @@ import (
"io"
"time"
"github.com/deepch/vdk/av"
"github.com/deepch/vdk/av/avutil"
"github.com/deepch/vdk/av/pktque"
"github.com/deepch/vdk/av/transcode"
"git.r-2.top/kunmeng/vdk/av"
"git.r-2.top/kunmeng/vdk/av/avutil"
"git.r-2.top/kunmeng/vdk/av/pktque"
"git.r-2.top/kunmeng/vdk/av/transcode"
)
var Debug bool

View File

@@ -9,9 +9,9 @@ import (
"path"
"strings"
"github.com/deepch/vdk/av"
"github.com/deepch/vdk/codec/aacparser"
"github.com/deepch/vdk/codec/h264parser"
"git.r-2.top/kunmeng/vdk/av"
"git.r-2.top/kunmeng/vdk/codec/aacparser"
"git.r-2.top/kunmeng/vdk/codec/h264parser"
)
type HandlerDemuxer struct {

View File

@@ -1,7 +1,7 @@
package pktque
import (
"github.com/deepch/vdk/av"
"git.r-2.top/kunmeng/vdk/av"
)
type Buf struct {

View File

@@ -4,7 +4,7 @@ package pktque
import (
"time"
"github.com/deepch/vdk/av"
"git.r-2.top/kunmeng/vdk/av"
)
type Filter interface {

View File

@@ -6,8 +6,8 @@ import (
"sync"
"time"
"github.com/deepch/vdk/av"
"github.com/deepch/vdk/av/pktque"
"git.r-2.top/kunmeng/vdk/av"
"git.r-2.top/kunmeng/vdk/av/pktque"
)
// time

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"time"
"github.com/deepch/vdk/av"
"github.com/deepch/vdk/av/pktque"
"git.r-2.top/kunmeng/vdk/av"
"git.r-2.top/kunmeng/vdk/av/pktque"
)
var Debug bool