OSDN Git Service

- Add CoreAudio AAC as one of the encoder on Mac OS X.
authorritsuka <ritsuka@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 May 2009 09:46:36 +0000 (09:46 +0000)
committerritsuka <ritsuka@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 May 2009 09:46:36 +0000 (09:46 +0000)
commitc0e795c30dffcb96c31a60737952d81c998d9a23
tree4de94af339e96401dc4c77d0741643a0cb0ed82e
parented3c64c52408d1dc4c1a5a6335dcc23b3d1d57e8
- Add CoreAudio AAC as one of the encoder on Mac OS X.
- Remove hb_init() and hb_init_express() macro. Rename hb_init_real() to hb_init()
- Add two more bitrate combination for audio codecs in common.h

git-svn-id: svn://localhost/HandBrake/trunk@2441 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
libhb/common.c
libhb/common.h
libhb/hb.c
libhb/hb.h
libhb/internal.h
libhb/module.defs
libhb/muxmkv.c
libhb/platform/macosx/encca_aac.c [new file with mode: 0644]
libhb/work.c
macosx/Controller.mm
macosx/HandBrake.xcodeproj/project.pbxproj
test/module.defs
test/test.c