intel-vp9-quirk.patch 629 B

123456789101112
  1. --- a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-06-15 11:58:38.000000000 -0700
  2. +++ b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc 2020-06-23 17:18:20.219862776 -0700
  3. @@ -1163,6 +1163,9 @@
  4. // of frames needed by the client pipeline (see b/133733739).
  5. // TODO(crbug.com/911754): Enable for VP9 Profile 2.
  6. if (IsGeminiLakeOrLater() &&
  7. +#if defined(OS_LINUX)
  8. + false &&
  9. +#endif
  10. (profile_ == VP9PROFILE_PROFILE0 || profile_ == VP8PROFILE_ANY)) {
  11. // Add one to the reference frames for the one being currently egressed, and
  12. // an extra allocation for both |client_| and |decoder_|, see