summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authortack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-18 22:25:58 +0000
committertack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-18 22:25:58 +0000
commitbc4cc45029652b22319f96ee48743c6bdaee2ac9 (patch)
tree8d1c89fac4155d4f49eb7b40a50d3a3f8cdb6936 /libaf
parentf89696a8e2225fb9e65e8b0699cf2ce632dcef2e (diff)
downloadmpv-bc4cc45029652b22319f96ee48743c6bdaee2ac9.tar.bz2
mpv-bc4cc45029652b22319f96ee48743c6bdaee2ac9.tar.xz
Cosmetics: adjust alignment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29534 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/reorder_ch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/reorder_ch.h b/libaf/reorder_ch.h
index 89b8d15a49..cd32fa7808 100644
--- a/libaf/reorder_ch.h
+++ b/libaf/reorder_ch.h
@@ -97,9 +97,9 @@ void reorder_channel(void *buf,
// Channel layout definitions for different audio sources or targets
// When specified channel number, they will be map to the specific layouts.
-#define AF_CHANNEL_LAYOUT_ALSA_DEFAULT 0
-#define AF_CHANNEL_LAYOUT_AAC_DEFAULT 1
-#define AF_CHANNEL_LAYOUT_WAVEEX_DEFAULT 2
+#define AF_CHANNEL_LAYOUT_ALSA_DEFAULT 0
+#define AF_CHANNEL_LAYOUT_AAC_DEFAULT 1
+#define AF_CHANNEL_LAYOUT_WAVEEX_DEFAULT 2
#define AF_CHANNEL_LAYOUT_LAVC_DEFAULT 3
#define AF_CHANNEL_LAYOUT_VORBIS_DEFAULT 4
#define AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_DEFAULT 5