change owner (#217)

This commit is contained in:
Alessandro Ros
2023-03-31 12:34:07 +02:00
committed by GitHub
parent e3f37a3e36
commit 04f5a4041c
121 changed files with 301 additions and 307 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"time"
"github.com/aler9/gortsplib/v2/pkg/bits"
"github.com/aler9/gortsplib/v2/pkg/codecs/h264"
"github.com/bluenviron/gortsplib/v3/pkg/bits"
"github.com/bluenviron/gortsplib/v3/pkg/codecs/h264"
)
func getPictureOrderCount(buf []byte, sps *SPS, pps *PPS) (uint32, uint32, error) {