summaryrefslogtreecommitdiffstats
path: root/win/CS/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Functions')
-rw-r--r--win/CS/Functions/QueryGenerator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/Functions/QueryGenerator.cs b/win/CS/Functions/QueryGenerator.cs
index acbc7a3f1..1c84fa37c 100644
--- a/win/CS/Functions/QueryGenerator.cs
+++ b/win/CS/Functions/QueryGenerator.cs
@@ -568,6 +568,8 @@ namespace Handbrake.Functions
{
case "AAC (faac)":
return "faac";
+ case "AAC (ffmpeg)":
+ return "ffaac";
case "MP3 (lame)":
return "lame";
case "Vorbis (vorbis)":