From adaa3396edd425312065a134aec99991bd7b9cdd Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Mon, 14 Apr 2025 15:25:36 -0400 Subject: Add mpc sources --- mpc/audio_format.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mpc/audio_format.h (limited to 'mpc/audio_format.h') diff --git a/mpc/audio_format.h b/mpc/audio_format.h new file mode 100644 index 0000000..963f653 --- /dev/null +++ b/mpc/audio_format.h @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright The Music Player Daemon Project + +#pragma once + +#include + +struct mpd_audio_format; + +void +format_audio_format(char *buffer, size_t buffer_size, + const struct mpd_audio_format *audio_format); -- cgit v1.2.3