summaryrefslogtreecommitdiffstats
path: root/libaf/reorder_ch.c
diff options
context:
space:
mode:
authortack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-04 00:58:11 +0000
committertack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-04 00:58:11 +0000
commitb6712cc6c214088be7abd3ed14b1897abc3054f2 (patch)
tree9345c31c030c1240796140215222938a3dce2c26 /libaf/reorder_ch.c
parentb88d08040e365295fe9bf4ff717fdb1d728fe87b (diff)
downloadmpv-b6712cc6c214088be7abd3ed14b1897abc3054f2.tar.bz2
mpv-b6712cc6c214088be7abd3ed14b1897abc3054f2.tar.xz
reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
All references to these values were removed r29821. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29822 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/reorder_ch.c')
-rw-r--r--libaf/reorder_ch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libaf/reorder_ch.c b/libaf/reorder_ch.c
index 13e11a4143..101aefc71d 100644
--- a/libaf/reorder_ch.c
+++ b/libaf/reorder_ch.c
@@ -1123,7 +1123,6 @@ static int channel_layout_mapping_5ch[AF_CHANNEL_LAYOUT_SOURCE_NUM] = {
AF_CHANNEL_LAYOUT_WAVEEX_5CH_DEFAULT,
AF_CHANNEL_LAYOUT_LAVC_5CH_DEFAULT,
AF_CHANNEL_LAYOUT_VORBIS_5CH_DEFAULT,
- AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_5CH_DEFAULT,
};
static int channel_layout_mapping_6ch[AF_CHANNEL_LAYOUT_SOURCE_NUM] = {
@@ -1132,7 +1131,6 @@ static int channel_layout_mapping_6ch[AF_CHANNEL_LAYOUT_SOURCE_NUM] = {
AF_CHANNEL_LAYOUT_WAVEEX_6CH_DEFAULT,
AF_CHANNEL_LAYOUT_LAVC_6CH_DEFAULT,
AF_CHANNEL_LAYOUT_VORBIS_6CH_DEFAULT,
- AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_6CH_DEFAULT,
};
void reorder_channel_copy_nch(void *src,