summaryrefslogtreecommitdiffstats
path: root/demux/demux_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_raw.c')
-rw-r--r--demux/demux_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux_raw.c b/demux/demux_raw.c
index c702756971..7fed124ae3 100644
--- a/demux/demux_raw.c
+++ b/demux/demux_raw.c
@@ -41,7 +41,7 @@ struct priv {
static struct mp_chmap channels = MP_CHMAP_INIT_STEREO;
static int samplerate = 44100;
-static int aformat = AF_FORMAT_S16_NE;
+static int aformat = AF_FORMAT_S16;
const m_option_t demux_rawaudio_opts[] = {
{ "channels", &channels, &m_option_type_chmap, CONF_MIN, 1 },