mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-04 15:52:52 +08:00
Now handling audio samples in frame data as well
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestCodecParameters(t *testing.T) {
|
||||
fc, err := globalHelper.inputFormatContext("video.mp4")
|
||||
fc, err := globalHelper.inputFormatContext("video.mp4", nil)
|
||||
require.NoError(t, err)
|
||||
ss := fc.Streams()
|
||||
require.Len(t, ss, 2)
|
||||
|
Reference in New Issue
Block a user