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

Unified Diff: media/media.gyp

Issue 2133993002: Parse VP9 compressed header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement VP9 compressed header parsing Created 4 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 463647f85fff98dcc66897cb82f4ab8a27749122..c928e6d66d82798dfa0581cdf2a0cfd0c4c8ce1f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -570,6 +570,8 @@
'filters/vp8_bool_decoder.h',
'filters/vp8_parser.cc',
Pawel Osciak 2016/08/04 10:20:20 Should we be adding the other parser files here as
kcwu 2016/08/05 11:38:48 Done.
'filters/vp8_parser.h',
+ 'filters/vp9_bool_decoder.cc',
+ 'filters/vp9_bool_decoder.h',
'filters/vp9_parser.cc',
'filters/vp9_parser.h',
'filters/vp9_raw_bits_reader.cc',

Powered by Google App Engine
This is Rietveld 408576698