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:
@@ -204,7 +204,7 @@ func TestDecodeUntilMarker(t *testing.T) {
|
||||
require.Equal(t, [][]byte{{0x01, 0x02}, {0x01, 0x02}}, nalus)
|
||||
}
|
||||
|
||||
func FuzzDecoderUnmarshal(f *testing.F) {
|
||||
func FuzzDecoder(f *testing.F) {
|
||||
d := &Decoder{}
|
||||
d.Init()
|
||||
|
||||
|
Reference in New Issue
Block a user