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

Unified Diff: media/media.gyp

Issue 2133993002: Parse VP9 compressed header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Pawel's comments 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 463647f85fff98dcc66897cb82f4ab8a27749122..75c8281557007dcc8090b0d50874c6a55c92badc 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -570,10 +570,16 @@
'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/vpx_video_decoder.cc',
'filters/vpx_video_decoder.h',
'filters/webvtt_util.h',

Powered by Google App Engine
This is Rietveld 408576698