summarylogtreecommitdiffstats
path: root/intel-vp9-quirk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'intel-vp9-quirk.patch')
-rw-r--r--intel-vp9-quirk.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/intel-vp9-quirk.patch b/intel-vp9-quirk.patch
index 27820a5d81d5..d39e0e207cfe 100644
--- a/intel-vp9-quirk.patch
+++ b/intel-vp9-quirk.patch
@@ -1,12 +1,12 @@
---- a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-06-15 11:58:38.000000000 -0700
-+++ b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-06-23 17:18:20.219862776 -0700
-@@ -1163,6 +1163,9 @@
- // of frames needed by the client pipeline (see b/133733739).
+--- a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-07-13 11:40:37.000000000 -0700
++++ b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-07-14 23:59:45.986297984 -0700
+@@ -1175,6 +1175,9 @@
+ // allocations.
// TODO(crbug.com/911754): Enable for VP9 Profile 2.
if (IsGeminiLakeOrLater() &&
+#if defined(OS_LINUX)
+ false &&
+#endif
- (profile_ == VP9PROFILE_PROFILE0 || profile_ == VP8PROFILE_ANY)) {
+ (profile_ == VP9PROFILE_PROFILE0 || profile_ == VP8PROFILE_ANY ||
+ (profile_ >= H264PROFILE_MIN && profile_ <= H264PROFILE_MAX))) {
// Add one to the reference frames for the one being currently egressed, and
- // an extra allocation for both |client_| and |decoder_|, see