summaryrefslogtreecommitdiffstats
path: root/libhb/audio_remap.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-07-15 19:51:38 +0000
committerRodeo <[email protected]>2012-07-15 19:51:38 +0000
commit6683d56085c3ea6828fe9b8736227d5fdd5aed19 (patch)
treeb0735c2cc1b7a1825e3866cf2b06aecabb259fc7 /libhb/audio_remap.c
parent10e3e70a28305f08eb5298c46e26eb6537ea08c8 (diff)
hb_audio_remap: remove unneeded channel map.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4845 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/audio_remap.c')
-rw-r--r--libhb/audio_remap.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/libhb/audio_remap.c b/libhb/audio_remap.c
index 1c9e5d90d..97acaa025 100644
--- a/libhb/audio_remap.c
+++ b/libhb/audio_remap.c
@@ -45,22 +45,6 @@ hb_chan_map_t hb_liba52_chan_map =
}
};
-// source: libdca documentation and libavcodec/dca.c
-hb_chan_map_t hb_libdca_chan_map =
-{
- {
- AV_CH_FRONT_LEFT_OF_CENTER,
- AV_CH_FRONT_CENTER,
- AV_CH_FRONT_RIGHT_OF_CENTER,
- AV_CH_FRONT_LEFT,
- AV_CH_FRONT_RIGHT,
- AV_CH_SIDE_LEFT,
- AV_CH_SIDE_RIGHT,
- AV_CH_LOW_FREQUENCY,
- 0
- }
-};
-
// source: http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9
hb_chan_map_t hb_vorbis_chan_map =
{