| Index: content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator_mac.h b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| index 3badb07ff65d5e4f64c48a687d9e7af003ba1c1a..932a6523223fbb6316fe457d2b32f9dbcf3624ba 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| @@ -255,6 +255,7 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
| int last_pps_id_;
|
| std::vector<uint8_t> last_pps_;
|
| bool config_changed_;
|
| + bool waiting_for_idr_;
|
| bool missing_idr_logged_;
|
| media::H264POC poc_;
|
|
|
|
|