diff options
author | Rodeo <[email protected]> | 2012-09-23 14:14:38 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-09-23 14:14:38 +0000 |
commit | 5f6aaa4d6d3d6ad5bff14a1005410141b7e82a09 (patch) | |
tree | e6275472e8e4ec0df51ce576e0872b8480105b23 /libhb/declpcm.c | |
parent | 8852d5092b11e633ab7a479e19f6df2a1670c992 (diff) |
libhb: remove unnecessary usage of hb_audio_remap.
All decoders now output channels in Libav order.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4977 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r-- | libhb/declpcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/declpcm.c b/libhb/declpcm.c index 0cb5726a5..c531d4b97 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -9,7 +9,6 @@ #include "hb.h" #include "hbffmpeg.h" -#include "audio_remap.h" #include "audio_resample.h" struct hb_work_private_s |