mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
add RTP/MPEG-2 audio decoder and encoder (#257)
This commit is contained in:
@@ -52,7 +52,7 @@ func TestDecode(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func FuzzDecoderUnmarshal(f *testing.F) {
|
||||
func FuzzDecoder(f *testing.F) {
|
||||
d := &Decoder{}
|
||||
d.Init()
|
||||
|
||||
|
Reference in New Issue
Block a user