// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/gpu_video_decode_accelerator_helpers.h" namespace media { SupportedVideoDecoderConfigs ConvertFromSupportedProfiles( const VideoDecodeAccelerator::SupportedProfiles& profiles, bool allow_encrypted) { … } } // namespace media