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

Unified Diff: media/BUILD.gn

Issue 497203004: Mpeg2 TS parser: Es parsing using an ES byte queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECKs. Created 6 years, 4 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.h » ('j') | no next file with comments »
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 8a5a9c5e0bf61e370ad990a06e49e03daa4f35f0..e3fddbc2a2093ccb1c400bf770b37e984c4e38ca 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -359,6 +359,7 @@ component("media") {
sources += [
"formats/mp2t/es_adapter_video.cc",
"formats/mp2t/es_adapter_video.h",
+ "formats/mp2t/es_parser.cc",
"formats/mp2t/es_parser.h",
"formats/mp2t/es_parser_adts.cc",
"formats/mp2t/es_parser_adts.h",
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698