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

Unified Diff: webrtc/common_video/common_video.gyp

Issue 2459633002: Add functionality for parsing H264 profile-level-id (Closed)
Patch Set: Use array reference argument to constexpr functions Created 4 years, 2 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
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/common_video/h264/profile_level_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
index cb9b7037cb1cbbf3c9e7c83aa3aee58fd9d0e7b2..ff45094c395a28eab0fd02eebe1383f1a2ea1304 100644
--- a/webrtc/common_video/common_video.gyp
+++ b/webrtc/common_video/common_video.gyp
@@ -58,6 +58,8 @@
'h264/sps_vui_rewriter.h',
'h264/h264_common.cc',
'h264/h264_common.h',
+ 'h264/profile_level_id.cc',
+ 'h264/profile_level_id.h',
stefan-webrtc 2016/10/31 09:34:53 These should go after pps_* below
magjed_webrtc 2016/10/31 12:08:03 Good catch, thanks.
'h264/pps_parser.cc',
'h264/pps_parser.h',
'h264/sps_parser.cc',
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/common_video/h264/profile_level_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698