Sign in
aomedia
/
libavif
/
55e99bf297d6c7fe9f510e3193934b5c1b5ad937
/
.
/
apps
/
shared
/
y4m.h
blob: 4100a930246262beb6d2c9de2f2a2714ee1b2148 [
file
] [
log
] [
blame
]
// Copyright 2019 Joe Drago. All rights reserved.
// SPDX-License-Identifier: BSD-2-Clause
#include
"avif/avif.h"
avifBool y4mRead
(
avifImage
*
avif
,
const
char
*
inputFilename
);
avifBool y4mWrite
(
avifImage
*
avif
,
const
char
*
outputFilename
);