aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc
blob: d0ef0d9c31536d96812fbd51d542c0d944670df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/vaapi/vaapi_video_decoder.cc.orig	2024-02-23 21:04:38 UTC
+++ media/gpu/vaapi/vaapi_video_decoder.cc
@@ -789,7 +789,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree
   const gfx::Size decoder_natural_size =
       aspect_ratio_.GetNaturalSize(decoder_visible_rect);
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   absl::optional<DmabufVideoFramePool::CreateFrameCB> allocator =
       base::BindRepeating(&AllocateCustomFrameProxy, weak_this_);
   std::vector<ImageProcessor::PixelLayoutCandidate> candidates = {