ladybird/Userland/Libraries/LibVideo/VP9/BooleanDecoder.h

16 lines
242 B
C
Raw Normal View History

/*
* 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;
}