diff options
author | Rodeo <[email protected]> | 2012-07-15 19:53:09 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-07-15 19:53:09 +0000 |
commit | 7c2757f504e7e081a1881b9b86f0444d73fc8b31 (patch) | |
tree | 0f9a7e10a50296c7574366be9d60ee9ef04a91d2 /libhb/audio_remap.h | |
parent | 6683d56085c3ea6828fe9b8736227d5fdd5aed19 (diff) |
hb_audio_remap: remove unneeded channel map.
I forgot part of it in the previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4846 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/audio_remap.h')
-rw-r--r-- | libhb/audio_remap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/audio_remap.h b/libhb/audio_remap.h index d74bb725c..ca8d916cf 100644 --- a/libhb/audio_remap.h +++ b/libhb/audio_remap.h @@ -50,7 +50,6 @@ typedef struct /* Predefined channel maps for common channel orders. */ extern hb_chan_map_t hb_libav_chan_map; extern hb_chan_map_t hb_liba52_chan_map; -extern hb_chan_map_t hb_libdca_chan_map; extern hb_chan_map_t hb_vorbis_chan_map; extern hb_chan_map_t hb_aac_chan_map; |