From 9cd4b18874948ed58b5724de086338eb3c036b07 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sat, 23 May 2009 09:46:36 +0000 Subject: - 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 --- libhb/internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhb/internal.h') diff --git a/libhb/internal.h b/libhb/internal.h index b05e50a48..1e5afdc1f 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -271,7 +271,8 @@ enum WORK_DECLPCM, WORK_ENCFAAC, WORK_ENCLAME, - WORK_ENCVORBIS + WORK_ENCVORBIS, + WORK_ENC_CA_AAC }; enum -- cgit v1.2.3