OSDN Git Service

downmix support for ffmpeg audio sources
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 2 Apr 2010 15:10:48 +0000 (15:10 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 2 Apr 2010 15:10:48 +0000 (15:10 +0000)
commita9ba7b2e29125df32483cc79ab0315bcec728d9f
treeea5149118b167b07f4a33f4f0cf9f1a8ea7ee61f
parent8e7c9677b2593742cdcb38b8d6225fc04a6f1701
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://localhost/HandBrake/trunk@3182 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/hb-backend.c
libhb/common.h
libhb/decavcodec.c
libhb/downmix.c [new file with mode: 0644]
libhb/downmix.h [new file with mode: 0644]
libhb/hb.c
libhb/hbffmpeg.h
libhb/stream.c
libhb/work.c