Home
last modified time | relevance | path

Searched refs:small_payload2 (Results 1 – 1 of 1) sorted by relevance

/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs66 let small_payload2 = Bytes::from_static(&[0x09, 0x00, 0x00]); in test_h264_payload() localVariable
67 let result = pck.payload(5, &small_payload2)?; in test_h264_payload()