将包名改为 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

@@ -2,14 +2,14 @@ package ts
import (
"fmt"
"github.com/deepch/vdk/codec/h265parser"
"git.r-2.top/kunmeng/vdk/codec/h265parser"
"io"
"time"
"github.com/deepch/vdk/av"
"github.com/deepch/vdk/codec/aacparser"
"github.com/deepch/vdk/codec/h264parser"
"github.com/deepch/vdk/format/ts/tsio"
"git.r-2.top/kunmeng/vdk/av"
"git.r-2.top/kunmeng/vdk/codec/aacparser"
"git.r-2.top/kunmeng/vdk/codec/h264parser"
"git.r-2.top/kunmeng/vdk/format/ts/tsio"
)
var CodecTypes = []av.CodecType{av.H264, av.H265, av.AAC}