mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-04 07:46:33 +08:00
Removed AllocImage and AllocSamples
This commit is contained in:
@@ -20,7 +20,6 @@ func TestSoftwareResampleContext(t *testing.T) {
|
||||
f2.SetSampleFormat(SampleFormatS16)
|
||||
f2.SetSampleRate(24000)
|
||||
require.NoError(t, f2.AllocBuffer(0))
|
||||
require.NoError(t, f2.AllocSamples(0))
|
||||
|
||||
for _, v := range []struct {
|
||||
expectedDelay int64
|
||||
|
Reference in New Issue
Block a user