/* * Copyright (c) 2023, Nico Weber <thakis@chromium.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <LibGfx/ImageFormats/BooleanDecoder.h> namespace Video::VP9 { using BooleanDecoder = Gfx::BooleanDecoder; }