summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
diff options
context:
space:
mode:
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: