module-rtp: Cleanup default raw / raop formats

This places the default formats into a single place, which makes
it easier to keep track of them.
This commit is contained in:
Carlos Rafael Giani 2026-06-19 19:18:33 +02:00
parent 9f7eb63486
commit 11775850e5
6 changed files with 8 additions and 7 deletions

View file

@ -11,7 +11,8 @@ extern "C" {
struct rtp_stream;
#define DEFAULT_FORMAT "S16BE"
#define DEFAULT_RAW_AUDIO_FORMAT "S16BE"
#define DEFAULT_RAOP_AUDIO_FORMAT "S16LE"
#define DEFAULT_RATE 48000
#define DEFAULT_CHANNELS 2
#define DEFAULT_POSITION "[ FL FR ]"