From 8b91bcb733913afea795cfea6178372eee5b4abe Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 11 Jul 2012 20:10:20 +0000 Subject: bump libav to libav-v0.8-2197-g1a068bf Resolves several deprecated api's Eliminates several libav patches Eliminates our builtin downmix in favour of avresample Eliminate HB_INPUT_CH_LAYOUT_* and replace with AV_CH_LAYOUT_* Resolves 6.x and 7.0 input channel layout issues HB had Adds downmix support to declpcm. We never had it! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4825 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/deca52.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libhb/deca52.c') diff --git a/libhb/deca52.c b/libhb/deca52.c index 22bfb55da..0c1708de2 100644 --- a/libhb/deca52.c +++ b/libhb/deca52.c @@ -8,7 +8,7 @@ */ #include "hb.h" -#include "downmix.h" +#include "audio_remap.h" #include "a52dec/a52.h" #include "libavutil/crc.h" @@ -484,7 +484,7 @@ static int deca52BSInfo( hb_work_object_t *w, const hb_buffer_t *b, info->channel_layout |= AV_CH_LOW_FREQUENCY; } - info->channel_map = &hb_ac3_chan_map; + info->channel_map = &hb_liba52_chan_map; return 1; } -- cgit v1.2.3