From: Rodeo Date: Sun, 15 Jul 2012 19:53:09 +0000 (+0000) Subject: hb_audio_remap: remove unneeded channel map. X-Git-Tag: 0.9.9~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c2757f504e7e081a1881b9b86f0444d73fc8b31;p=handbrake 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 --- 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;