add RTP/MPEG-2 audio decoder and encoder (#257)

This commit is contained in:
Alessandro Ros
2023-04-25 17:49:23 +02:00
committed by GitHub
parent 2dc8838a6d
commit 84fcc018e0
74 changed files with 494 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ func TestDecode(t *testing.T) {
}
}
func FuzzDecoderUnmarshal(f *testing.F) {
func FuzzDecoder(f *testing.F) {
d := &Decoder{}
d.Init()