| // Copyright 2019 Joe Drago. All rights reserved. | |
| // SPDX-License-Identifier: BSD-2-Clause | |
| #ifndef LIBAVIF_APPS_SHARED_AVIFUTIL_H | |
| #define LIBAVIF_APPS_SHARED_AVIFUTIL_H | |
| #include "avif/avif.h" | |
| void avifImageDump(avifImage * avif); | |
| void avifPrintVersions(void); | |
| #endif // ifndef LIBAVIF_APPS_SHARED_AVIFUTIL_H |