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

Unified Diff: media/filters/vp9_raw_bits_reader.h

Issue 1258083004: Add a Vp9Parser implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ReadBool, fix compile warning Created 5 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 | « media/filters/vp9_parser_unittest.cc ('k') | media/filters/vp9_raw_bits_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/vp9_raw_bits_reader.h
diff --git a/media/filters/vp9_raw_bits_reader.h b/media/filters/vp9_raw_bits_reader.h
index 38f54a3cc2f0344077ab130dca9a2a1713649a51..5cc46e25a9749c38f8fc48a9995cc3e8da387e9f 100644
--- a/media/filters/vp9_raw_bits_reader.h
+++ b/media/filters/vp9_raw_bits_reader.h
@@ -37,7 +37,7 @@ class MEDIA_EXPORT Vp9RawBitsReader {
// Reads one bit.
// If the read goes beyond the end of buffer, the return value is undefined.
- int ReadBit();
+ bool ReadBool();
// Reads a literal with |bits| bits.
// If the read goes beyond the end of buffer, the return value is undefined.
« no previous file with comments | « media/filters/vp9_parser_unittest.cc ('k') | media/filters/vp9_raw_bits_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698