diff options
Diffstat (limited to 'devel/electron33/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc')
-rw-r--r-- | devel/electron33/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/devel/electron33/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc deleted file mode 100644 index 7decffe0f232..000000000000 --- a/devel/electron33/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2024-08-14 20:55:06 UTC -+++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -782,7 +782,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 = { |