blob: 691baef67c6d1833c958e326924ef176f96cf3e7 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_CAPABILITIES_VAAPI_H_
#define MEDIA_CAPABILITIES_VAAPI_H_
#include <vector>
class Capability;
std::vector<Capability> DetectVaapiCapabilities();
#endif // MEDIA_CAPABILITIES_VAAPI_H_