16 lines
269 B
C
16 lines
269 B
C
/*
|
|
* Copyright (c) 2024-2025, Gregory Bertilson <gregory@ladybird.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
extern "C" {
|
|
struct AVCodecContext;
|
|
struct AVFormatContext;
|
|
struct AVIOContext;
|
|
struct AVPacket;
|
|
struct AVFrame;
|
|
struct SwrContext;
|
|
}
|