summaryrefslogtreecommitdiff
path: root/mpc/audio_format.h
blob: 963f65361e519c35f4bbbbb2e380d7443fdded5c (plain)
1
2
3
4
5
6
7
8
9
10
11
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);