Index: webrtc/modules/video_coding/utility/vp8_header_parser.h |
diff --git a/webrtc/modules/video_coding/utility/vp8_header_parser.h b/webrtc/modules/video_coding/utility/vp8_header_parser.h |
index b0c684c578b1e0628f62574050468b6415807f34..d4c30eac166107868680c765e6461a05e21832ad 100644 |
--- a/webrtc/modules/video_coding/utility/vp8_header_parser.h |
+++ b/webrtc/modules/video_coding/utility/vp8_header_parser.h |
@@ -35,6 +35,7 @@ struct VP8BitReader { |
const uint8_t* buf_; // Next byte to be read. |
const uint8_t* buf_end_; // End of read buffer. |
int eof_; // True if input is exhausted. |
+ bool error_; // True if input stream contains an error. |
}; |
const uint8_t kVP8Log2Range[128] = { |