mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
move pkg/mpeg4audio into pkg/codecs/mpeg4audio
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/pion/rtp"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/aler9/gortsplib/v2/pkg/mpeg4audio"
|
||||
"github.com/aler9/gortsplib/v2/pkg/codecs/mpeg4audio"
|
||||
)
|
||||
|
||||
func mergeBytes(vals ...[]byte) []byte {
|
||||
|
Reference in New Issue
Block a user