Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: media/gpu/dxva_video_decode_accelerator_win.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/formats/mp2t/es_parser_h264.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/formats/mp2t/es_parser_h264.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698