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

Unified Diff: media/BUILD.gn

Issue 539343002: Make the timestamp unroll offset consistent accross PES pids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prevent negative timestamps. Created 6 years, 3 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 | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/es_parser_adts.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 1c3ee413a66dfa50e916dad67f675bdcb92fd701..922cb436e923eb158b42a8f11da684d045324f51 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -367,6 +367,8 @@ component("media") {
"formats/mp2t/mp2t_common.h",
"formats/mp2t/mp2t_stream_parser.cc",
"formats/mp2t/mp2t_stream_parser.h",
+ "formats/mp2t/timestamp_unroller.cc",
+ "formats/mp2t/timestamp_unroller.h",
"formats/mp2t/ts_packet.cc",
"formats/mp2t/ts_packet.h",
"formats/mp2t/ts_section.h",
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/es_parser_adts.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698