blob: 6107ed1637b5c56e0104d7b0b43c0d65c35b33d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-08-26 20:49:50 UTC
+++ media/gpu/vaapi/vaapi_video_decoder.cc
@@ -787,7 +787,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)
std::optional<DmabufVideoFramePool::CreateFrameCB> allocator =
base::BindRepeating(&AllocateCustomFrameProxy, weak_this_);
std::vector<ImageProcessor::PixelLayoutCandidate> candidates = {
|