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

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 1979443004: Add H264 bitstream rewriting to limit frame reordering marker in header (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed compiler warning on win Created 4 years, 7 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/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 9d69811ef318749d516ed2cafe0d18ba2d86841f..b393cb34bc3f4c3b4451993a9cdcdc8b7f005d11 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -32,10 +32,16 @@ source_set("rtp_rtcp") {
"source/forward_error_correction.h",
"source/forward_error_correction_internal.cc",
"source/forward_error_correction_internal.h",
- "source/h264_bitstream_parser.cc",
- "source/h264_bitstream_parser.h",
- "source/h264_sps_parser.cc",
- "source/h264_sps_parser.h",
+ "source/h264/bitstream_parser.cc",
+ "source/h264/bitstream_parser.h",
+ "source/h264/h264_common.cc",
+ "source/h264/h264_common.h",
+ "source/h264/pps_parser.cc",
+ "source/h264/pps_parser.h",
+ "source/h264/sps_parser.cc",
+ "source/h264/sps_parser.h",
+ "source/h264/sps_vui_rewriter.cc",
+ "source/h264/sps_vui_rewriter.h",
"source/mock/mock_rtp_payload_strategy.h",
"source/packet_loss_stats.cc",
"source/packet_loss_stats.h",

Powered by Google App Engine
This is Rietveld 408576698