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

Unified Diff: webrtc/common_video/common_video.gyp

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: Comments 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/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
index 47ba3e59d71c7e521b334f6d2347fb50333620ce..e3b6fa4caafb4fb42a011ff0a515ccbd09cbc8db 100644
--- a/webrtc/common_video/common_video.gyp
+++ b/webrtc/common_video/common_video.gyp
@@ -53,6 +53,14 @@
],
'sources': [
'bitrate_adjuster.cc',
+ 'h264/sps_vui_rewriter.cc',
+ 'h264/sps_vui_rewriter.h',
+ 'h264/h264_common.cc',
+ 'h264/h264_common.h',
+ 'h264/pps_parser.cc',
+ 'h264/pps_parser.h',
+ 'h264/sps_parser.cc',
+ 'h264/sps_parser.h',
'i420_buffer_pool.cc',
'video_frame.cc',
'incoming_video_stream.cc',

Powered by Google App Engine
This is Rietveld 408576698