From eb4ffde8a29cf9b77a84440fa6c404e94eb9b6a6 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 2 Apr 2010 15:10:48 +0000 Subject: downmix support for ffmpeg audio sources now we can eat our own dogfood. i.e. aac 6ch discrete input now works, along with any other multi-channel audio ffmpeg can toss at us. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3182 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/hbffmpeg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/hbffmpeg.h') diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index e0a7634d3..7c17e1a64 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -9,3 +9,4 @@ void hb_avcodec_init(void); int hb_avcodec_open( AVCodecContext *, struct AVCodec * ); int hb_avcodec_close( AVCodecContext * ); +int hb_ff_layout_xlat(int64_t ff_layout, int channels); -- cgit v1.2.3