pulse-server: split out format handling

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-18 21:49:24 +02:00
parent 8ac60cb0ae
commit 43e2c64307
4 changed files with 126 additions and 95 deletions

View file

@ -82,6 +82,7 @@
#include "pulse-server.h"
#include "commands.h"
#include "defs.h"
#include "format.h"
#include "internal.h"
#define DEFAULT_MIN_REQ "256/48000"
@ -98,7 +99,6 @@
#define MAX_FORMATS 32
#define MAX_CLIENTS 64
#include "format.c"
#include "volume.c"
#include "message.c"
#include "manager.h"