Add a libfuzzer for RtpHeaderParser.

NOTRY=true

Review-Url: https://codereview.webrtc.org/2062103002
Cr-Commit-Position: refs/heads/master@{#13271}
This commit is contained in:
katrielc
2016-06-23 03:50:39 -07:00
committed by Commit bot
parent 787eeede3d
commit d4bcdad263
4 changed files with 54 additions and 0 deletions

View File

@ -68,6 +68,7 @@ enum RTPExtensionType {
kRtpExtensionVideoRotation,
kRtpExtensionTransportSequenceNumber,
kRtpExtensionPlayoutDelay,
kRtpExtensionNumberOfExtensions,
};
enum RTCPAppSubTypes { kAppSubtypeBwe = 0x00 };