summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-03-03 18:51:54 +0000
committerRodeo <[email protected]>2013-03-03 18:51:54 +0000
commit0c65680bdf29ea1e89597ae3ab7503e609382e17 (patch)
tree715e3cb6803c1a890ae32ed32a7a0f5e2c62a74a /libhb/encavcodecaudio.c
parent288639e626b5c550fdd33e49abf1b8e3a3fcd52e (diff)
Fix AAC encoding with Libav.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5290 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encavcodecaudio.c')
-rw-r--r--libhb/encavcodecaudio.c2
1 files changed, 1 insertions, 1 deletions
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: