]> granicus.if.org Git - handbrake/commit
- Add CoreAudio AAC as one of the encoder on Mac OS X.
authorritsuka <damiog@gmail.com>
Sat, 23 May 2009 09:46:36 +0000 (09:46 +0000)
committerritsuka <damiog@gmail.com>
Sat, 23 May 2009 09:46:36 +0000 (09:46 +0000)
commit9cd4b18874948ed58b5724de086338eb3c036b07
tree4de94af339e96401dc4c77d0741643a0cb0ed82e
parent8690c484f325fab8335f8a87a10406726994961d
- 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://svn.handbrake.fr/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