mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 16:16:50 +08:00
Removed pointer on ChannelLayout + now cloning channel layouts in getters
This commit is contained in:
@@ -20,7 +20,7 @@ func TestCodec(t *testing.T) {
|
||||
|
||||
c = astiav.FindDecoderByName("aac")
|
||||
require.NotNil(t, c)
|
||||
els := []*astiav.ChannelLayout{
|
||||
els := []astiav.ChannelLayout{
|
||||
astiav.ChannelLayoutMono,
|
||||
astiav.ChannelLayoutStereo,
|
||||
astiav.ChannelLayoutSurround,
|
||||
|
Reference in New Issue
Block a user