aboutsummaryrefslogtreecommitdiff
path: root/mpc/audio_format.h
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-04-14 15:25:36 -0400
committerSpencer Williams <spnw@plexwave.org>2025-04-14 15:25:36 -0400
commitadaa3396edd425312065a134aec99991bd7b9cdd (patch)
treece392fc23f14e629b9a6ba7d4277cca7d6dc243f /mpc/audio_format.h
parentc85630c55c104a88d743c6dfd32bdee7189a6e47 (diff)
Add mpc sources
Diffstat (limited to 'mpc/audio_format.h')
-rw-r--r--mpc/audio_format.h12
1 files changed, 12 insertions, 0 deletions
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 <stddef.h>
+
+struct mpd_audio_format;
+
+void
+format_audio_format(char *buffer, size_t buffer_size,
+ const struct mpd_audio_format *audio_format);