mirror of
https://github.com/aler9/gortsplib
synced 2025-10-22 06:39:28 +08:00
link to mediacommon (#223)
* move codecs and bits to mediacommon * add SafeSetParams() to H264 and H265 * update README
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
|
||||
"github.com/pion/rtp"
|
||||
|
||||
"github.com/bluenviron/gortsplib/v3/pkg/codecs/jpeg"
|
||||
"github.com/bluenviron/gortsplib/v3/pkg/formats/rtpmjpeg/headers"
|
||||
"github.com/bluenviron/gortsplib/v3/pkg/rtptime"
|
||||
"github.com/bluenviron/mediacommon/pkg/codecs/jpeg"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user