From 514c4547702a01adb6f9e6274c40a77c7c511339 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 15 Nov 2013 21:25:05 +0100 Subject: audio: drop "_NE"/"ne" suffix from audio formats You get the native format by not appending any suffix to the format. This change includes user-facing names, e.g. for the --format option. --- demux/demux_raw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/demux_raw.c') 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 }, -- cgit v1.2.3