Now handling audio samples in frame data as well

This commit is contained in:
Quentin Renard
2024-10-16 16:12:54 +02:00
parent 2a48086a32
commit c8b4cbec66
18 changed files with 381 additions and 218 deletions

View File

@@ -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)