From: Rodeo Date: Sun, 3 Mar 2013 18:51:54 +0000 (+0000) Subject: Fix AAC encoding with Libav. X-Git-Tag: 0.9.9~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c65680bdf29ea1e89597ae3ab7503e609382e17;p=handbrake Fix AAC encoding with Libav. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5290 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c index da871c01c..2443e64a8 100644 --- a/libhb/encavcodecaudio.c +++ b/libhb/encavcodecaudio.c @@ -62,7 +62,7 @@ static int encavcodecaInit(hb_work_object_t *w, hb_job_t *job) codec_name = "libfdk_aac"; profile = FF_PROFILE_AAC_HE; break; - case HB_ACODEC_FAAC: + case HB_ACODEC_FFAAC: codec_name = "aac"; break; default: