chromium/third_party/libavif/src/tests/gtest/avif_fuzztest_yuvrgb.cc

// Copyright 2023 Google LLC
// SPDX-License-Identifier: BSD-2-Clause

#include <cstring>

#include "avif/avif.h"
#include "avif_fuzztest_helpers.h"
#include "aviftest_helpers.h"
#include "fuzztest/fuzztest.h"
#include "gtest/gtest.h"

Arbitrary;
ElementOf;
InRange;

namespace avif {
namespace testutil {
namespace {

void Convert(ImagePtr image, int rgb_depth, int rgb_format,
             avifChromaUpsampling upsampling,
             avifChromaDownsampling downsampling, bool avoid_libyuv,
             bool ignore_alpha, bool alpha_premultiplied, bool is_float,
             int max_threads) {}

FUZZ_TEST();

//------------------------------------------------------------------------------

}  // namespace
}  // namespace testutil
}  // namespace avif