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

Unified Diff: media/BUILD.gn

Issue 2133993002: Parse VP9 compressed header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reset curr_frame_info_ when Reset Created 4 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/filters/vp9_bool_decoder.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 e6e436863a0c82624525ed01d901f5b9d10f0f63..8aa4e19e0005cb5e844806bbd309c18f76481cea 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -175,10 +175,16 @@ component("media") {
"filters/vp8_bool_decoder.h",
"filters/vp8_parser.cc",
"filters/vp8_parser.h",
+ "filters/vp9_bool_decoder.cc",
+ "filters/vp9_bool_decoder.h",
+ "filters/vp9_compressed_header_parser.cc",
+ "filters/vp9_compressed_header_parser.h",
"filters/vp9_parser.cc",
"filters/vp9_parser.h",
"filters/vp9_raw_bits_reader.cc",
"filters/vp9_raw_bits_reader.h",
+ "filters/vp9_uncompressed_header_parser.cc",
+ "filters/vp9_uncompressed_header_parser.h",
"filters/webvtt_util.h",
"filters/wsola_internals.cc",
"filters/wsola_internals.h",
« no previous file with comments | « no previous file | media/filters/vp9_bool_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698