| 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 f8e3736248f0ee7ec399733c0585b8cbed4008bc..b02b8c7968e0e9d8397c4208c87a02b75379deff 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| @@ -249,6 +249,7 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
| std::vector<uint8_t> last_spsext_;
|
| int last_pps_id_;
|
| std::vector<uint8_t> last_pps_;
|
| + bool config_changed_;
|
| media::H264POC poc_;
|
|
|
| //
|
|
|