summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc
blob: 02ef7e07f7733927501893acc62203d51380f07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- media/gpu/chromeos/video_decoder_pipeline.cc.orig	2022-09-24 10:57:32 UTC
+++ media/gpu/chromeos/video_decoder_pipeline.cc
@@ -747,7 +747,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat(
     }
   }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Linux should always use a custom allocator (to allocate buffers using
   // libva) and a PlatformVideoFramePool.
   CHECK(allocator.has_value());
@@ -769,7 +769,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat(
 #error "Unsupported platform"
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // viable_candidate should always be set unless using L1 protected content,
   // which isn't an option on linux.
   CHECK(viable_candidate);