summaryrefslogtreecommitdiffstats
path: root/win/CS/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-06-11 17:24:43 +0000
committersr55 <[email protected]>2011-06-11 17:24:43 +0000
commit708c792ed6f40ce4a46af0e95dec32798e460570 (patch)
tree8ccd96aa3fcaa1bef7e8fe49651cd1b0f78208bf /win/CS/Functions
parentc2d584cfe459995bcbe73952581a89caa0be6e07 (diff)
WinGui: Added support for the new ffmpeg aac encoder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4041 b64f7644-9d1e-0410-96f1-a4d463321fa5
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)":