| Index: media/gpu/dxva_video_decode_accelerator_win.h
|
| diff --git a/media/gpu/dxva_video_decode_accelerator_win.h b/media/gpu/dxva_video_decode_accelerator_win.h
|
| index 97f817b83c663c86abb675fec7f2868ffe04fa5b..fbcf804fac61c07a8a0e0c3143d885d3b9ae44c0 100644
|
| --- a/media/gpu/dxva_video_decode_accelerator_win.h
|
| +++ b/media/gpu/dxva_video_decode_accelerator_win.h
|
| @@ -480,6 +480,9 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
|
| // multiple flush done notifications being sent out.
|
| bool pending_flush_;
|
|
|
| + // Use CODECAPI_AVLowLatencyMode.
|
| + bool enable_low_latency_;
|
| +
|
| bool share_nv12_textures_;
|
|
|
| // Copy NV12 texture to another NV12 texture.
|
|
|