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. --- audio/format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/format.c') diff --git a/audio/format.c b/audio/format.c index d0cd04cb88..3c22de476a 100644 --- a/audio/format.c +++ b/audio/format.c @@ -109,7 +109,6 @@ bool af_fmt_is_planar(int format) #define FMT_ENDIAN(string, id) \ {string, id}, \ - {string "ne", id}, \ {string "le", MP_CONCAT(id, _LE)}, \ {string "be", MP_CONCAT(id, _BE)}, \ -- cgit v1.2.3