chromium/media/gpu/vaapi/test/fake_libva_driver/av1_decoder_delegate.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef MEDIA_GPU_VAAPI_TEST_FAKE_LIBVA_DRIVER_AV1_DECODER_DELEGATE_H_
#define MEDIA_GPU_VAAPI_TEST_FAKE_LIBVA_DRIVER_AV1_DECODER_DELEGATE_H_

#include <va/va.h>

#include "media/gpu/vaapi/test/fake_libva_driver/context_delegate.h"

struct Dav1dContext;

namespace media::internal {

// Class used for libdav1d software decoding.
class Av1DecoderDelegate : public ContextDelegate {};

}  // namespace media::internal

#endif  // MEDIA_GPU_VAAPI_TEST_FAKE_LIBVA_DRIVER_AV1_DECODER_DELEGATE_H_