| Index: media/gpu/dxva_picture_buffer_win.h
|
| diff --git a/media/gpu/dxva_picture_buffer_win.h b/media/gpu/dxva_picture_buffer_win.h
|
| index 5d09756f1858a483184ff2ca9041e505d02c4ce7..ab2d9fa8171e9c606a2c986d1d6ad0cdf074fa90 100644
|
| --- a/media/gpu/dxva_picture_buffer_win.h
|
| +++ b/media/gpu/dxva_picture_buffer_win.h
|
| @@ -163,6 +163,10 @@ class EGLStreamCopyPictureBuffer : public DXVAPictureBuffer {
|
| private:
|
| EGLStreamKHR stream_;
|
|
|
| + // True if the copy has been completed and it has not been set for reuse
|
| + // yet.
|
| + bool frame_in_consumer_ = false;
|
| +
|
| // This ID3D11Texture2D interface pointer is used to hold a reference to the
|
| // MFT decoder texture during the course of a copy operation. This reference
|
| // is released when the copy completes.
|
|
|