Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2613833003: Don't detect a new frame if a previous packet is used in a previous frame. (Closed)
Patch Set: fuzzer fix. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 141dcfe5149e34e5a1b58c18cf340edb7cafc35f..224b212c11d7845aa9197e00245ad6a86938f8ed 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -124,6 +124,16 @@ webrtc_fuzzer_test("flexfec_receiver_fuzzer") {
libfuzzer_options = [ "max_len=2000" ]
}
+webrtc_fuzzer_test("packet_buffer_fuzzer") {
+ sources = [
+ "packet_buffer_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/video_coding/",
+ ]
+ libfuzzer_options = [ "max_len=2000" ]
+}
+
webrtc_fuzzer_test("rtcp_receiver_fuzzer") {
sources = [
"rtcp_receiver_fuzzer.cc",
« no previous file with comments | « webrtc/modules/video_coding/video_packet_buffer_unittest.cc ('k') | webrtc/test/fuzzers/packet_buffer_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698