move pkg/mpeg4audio into pkg/codecs/mpeg4audio

This commit is contained in:
aler9
2022-12-27 17:30:53 +01:00
parent 824fd75d18
commit 5f2ac979c5
16 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import (
psdp "github.com/pion/sdp/v3"
"github.com/stretchr/testify/require"
"github.com/aler9/gortsplib/v2/pkg/mpeg4audio"
"github.com/aler9/gortsplib/v2/pkg/codecs/mpeg4audio"
)
func TestNewFromMediaDescription(t *testing.T) {