mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-06 00:26:52 +08:00
Now handling audio samples in frame data as well
This commit is contained in:
@@ -93,7 +93,7 @@ func TestSoftwareScaleContext(t *testing.T) {
|
||||
require.Equal(t, w, srcW)
|
||||
require.Equal(t, h, srcH)
|
||||
|
||||
f4, err := globalHelper.inputLastFrame("image-rgba.png", MediaTypeVideo)
|
||||
f4, err := globalHelper.inputLastFrame("image-rgba.png", MediaTypeVideo, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
f5 := AllocFrame()
|
||||
|
Reference in New Issue
Block a user