| Index: content/common/gpu/media/h264_parser.cc
|
| diff --git a/content/common/gpu/media/h264_parser.cc b/content/common/gpu/media/h264_parser.cc
|
| index 4744a7680bfd27f2c40fbcc488a96bf47b254bd2..ace3dabed033c7991c6d747c35c8226b530a0541 100644
|
| --- a/content/common/gpu/media/h264_parser.cc
|
| +++ b/content/common/gpu/media/h264_parser.cc
|
| @@ -54,7 +54,8 @@ H264Parser::H264BitReader::H264BitReader()
|
| : data_(NULL),
|
| bytes_left_(0),
|
| curr_byte_(0),
|
| - num_remaining_bits_in_curr_byte_(0) {
|
| + num_remaining_bits_in_curr_byte_(0),
|
| + prev_two_bytes_(0) {
|
| }
|
|
|
| H264Parser::H264BitReader::~H264BitReader() {}
|
|
|