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