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

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

Issue 2466993003: H264SpsPpsTracker class which keep tracks of SPS/PPS. (Closed)
Patch Set: Free copied data Created 4 years, 1 month 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/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index a21a79bbd9233aef2545954a73e2a524f997a7a4..e567b893273d8672303289aa87630c315a6ccf08 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -29,6 +29,8 @@ rtc_static_library("video_coding") {
"generic_decoder.h",
"generic_encoder.cc",
"generic_encoder.h",
+ "h264_sps_pps_tracker.cc",
+ "h264_sps_pps_tracker.h",
"histogram.cc",
"histogram.h",
"include/video_coding.h",
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc ('k') | webrtc/modules/video_coding/h264_sps_pps_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698