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

Unified Diff: media/BUILD.gn

Issue 1258083003: Add VP9 raw bits reader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copyright; nits Created 5 years, 5 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_raw_bits_reader.h » ('j') | media/filters/vp9_raw_bits_reader.h » ('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 90c0764f8ed16ccb04269b9a4e7c488c02fc892b..b61a31f86a6a35bed389cfe9fbcaf2f558dc3dd3 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -220,6 +220,8 @@ component("media") {
"filters/vp8_bool_decoder.h",
"filters/vp8_parser.cc",
"filters/vp8_parser.h",
+ "filters/vp9_raw_bits_reader.cc",
Pawel Osciak 2015/08/02 10:46:11 Perhaps we should call it vp9_bit_reader to match
kcwu 2015/08/03 07:10:13 I'd prefer longer name to prevent confusing with V
+ "filters/vp9_raw_bits_reader.h",
"filters/webvtt_util.h",
"filters/wsola_internals.cc",
"filters/wsola_internals.h",
@@ -561,6 +563,7 @@ test("media_unittests") {
"filters/video_renderer_algorithm_unittest.cc",
"filters/vp8_bool_decoder_unittest.cc",
"filters/vp8_parser_unittest.cc",
+ "filters/vp9_raw_bits_reader_unittest.cc",
"formats/common/offset_byte_queue_unittest.cc",
"formats/webm/cluster_builder.cc",
"formats/webm/cluster_builder.h",
« no previous file with comments | « no previous file | media/filters/vp9_raw_bits_reader.h » ('j') | media/filters/vp9_raw_bits_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698